Html Css Color HEX #EFA1C8 Shocking

📋 copy color: '#EFA1C8'

red 239 ◦ green 161 ◦ blue 200

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

Shades of Shocking #EFA1C8

Tints of Shocking #EFA1C8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.83%

 BLUE value IS 200 (78.52% from 255) = 33.33%

R = 39.83%
G = 26.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFA1C8 (or 0xEFA1C8) is known color: Shocking. HEX triplet: EF, A1 and C8. RGB value is (239,161,200). Sum of RGB (Red+Green+Blue) = 239+161+200=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1C8 is #105E37. Grayscale: #BCBCBC. Windows color (decimal): -1072696 or 13148655. OLE color: 13148655.

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

Color convert

RGB 239 161 200 -
CMYK 0 0.33 0.16 0.06
HSL 330º 0.71% 0.78% -
HSV(B) 330º 0.33% 0.94% -
XYZ 58.77 48.01 60.81 -
YUV 188.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 239 161 200 0 0.33 0.16 0.06 330 0.71 0.78
Hex EF A1 C8 0 21 10 6 14A 47 4E
Octal 357 241 310 0 41 20 6 512 107 116
Binary 11101111 10100001 11001000 0 100001 10000 110 101001010 1000111 1001110

Color Harmonies of #EFA1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA1C8

Black with #EFA1C8

Text Example


Text Example

White with #EFA1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA1C8; }

 p { color: rgb(239,161,200); }

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

background-color css

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

 a { background-color: rgb(239,161,200); }

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

border-color css

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

 span { border-color: rgb(239,161,200); }

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