Html Css Color HEX #EF93B7 Shocking

📋 copy color: '#EF93B7'

red 239 ◦ green 147 ◦ blue 183

#EF93B7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking #EF93B7

Tints of Shocking #EF93B7

RGB

 RED value IS 239 (93.75% from 255) = 42%

 GREEN value IS 147 (57.81% from 255) = 25.83%

 BLUE value IS 183 (71.88% from 255) = 32.16%

R = 42%
G = 25.83%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF93B7 (or 0xEF93B7) is known color: Shocking. HEX triplet: EF, 93 and B7. RGB value is (239,147,183). Sum of RGB (Red+Green+Blue) = 239+147+183=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93B7 is #106C48. Grayscale: #B2B2B2. Windows color (decimal): -1076297 or 12030959. OLE color: 12030959.

HSL color Cylindrical-coordinate representation of color #EF93B7: hue angle of 336.52º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF93B7 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 147 183 -
CMYK 0 0.38 0.23 0.06
HSL 336.52º 0.74% 0.76% -
HSV(B) 336.52º 0.38% 0.94% -
XYZ 54.58 42.64 50.15 -
YUV 178.61 130.48 171.07 -
System Red Green Blue C M Y K H S L
Decimal 239 147 183 0 0.38 0.23 0.06 336.52 0.74 0.76
Hex EF 93 B7 0 26 17 6 151 4A 4C
Octal 357 223 267 0 46 27 6 521 112 114
Binary 11101111 10010011 10110111 0 100110 10111 110 101010001 1001010 1001100

Color Harmonies of #EF93B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93B7

Black with #EF93B7

Text Example


Text Example

White with #EF93B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93B7; }

 p { color: rgb(239,147,183); }

 H1.HeaderClassName
 {
   color: #EF93B7;
 }
 .AnyTagClassName
 {
   color: #EF93B7;
 }
</style>

background-color css

<style>
 a { background-color: #EF93B7; }

 a { background-color: rgb(239,147,183); }

 div.DivClassName
 {
   background-color: #EF93B7;
 }
 .BgClassName
 {
   background-color: #EF93B7;
 }
</style>

border-color css

<style>
 span { border-color: #EF93B7; }

 span { border-color: rgb(239,147,183); }

 td.TdClassName
 {
   border-color: #EF93B7;
 }
 .TagClassName
 {
   border-color: #EF93B7;
 }
</style>