Html Css Color HEX #EFA4C9 Shocking

📋 copy color: '#EFA4C9'

red 239 ◦ green 164 ◦ blue 201

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

Shades of Shocking #EFA4C9

Tints of Shocking #EFA4C9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.15%

 BLUE value IS 201 (78.91% from 255) = 33.28%

R = 39.57%
G = 27.15%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFA4C9 (or 0xEFA4C9) is known color: Shocking. HEX triplet: EF, A4 and C9. RGB value is (239,164,201). Sum of RGB (Red+Green+Blue) = 239+164+201=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4C9 is #105B36. Grayscale: #BEBEBE. Windows color (decimal): -1071927 or 13214959. OLE color: 13214959.

HSL color Cylindrical-coordinate representation of color #EFA4C9: hue angle of 330.4º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4C9 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 164 201 -
CMYK 0 0.31 0.16 0.06
HSL 330.4º 0.7% 0.79% -
HSV(B) 330.4º 0.31% 0.94% -
XYZ 59.41 49.12 61.61 -
YUV 190.64 133.85 162.49 -
System Red Green Blue C M Y K H S L
Decimal 239 164 201 0 0.31 0.16 0.06 330.4 0.7 0.79
Hex EF A4 C9 0 1F 10 6 14A 46 4F
Octal 357 244 311 0 37 20 6 512 106 117
Binary 11101111 10100100 11001001 0 11111 10000 110 101001010 1000110 1001111

Color Harmonies of #EFA4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA4C9

Black with #EFA4C9

Text Example


Text Example

White with #EFA4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA4C9; }

 p { color: rgb(239,164,201); }

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

background-color css

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

 a { background-color: rgb(239,164,201); }

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

border-color css

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

 span { border-color: rgb(239,164,201); }

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