Html Css Color HEX #EFA1C7 Shocking

📋 copy color: '#EFA1C7'

red 239 ◦ green 161 ◦ blue 199

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

Shades of Shocking #EFA1C7

Tints of Shocking #EFA1C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.22%

R = 39.9%
G = 26.88%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFA1C7 (or 0xEFA1C7) is known color: Shocking. HEX triplet: EF, A1 and C7. RGB value is (239,161,199). Sum of RGB (Red+Green+Blue) = 239+161+199=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1C7 is #105E38. Grayscale: #BCBCBC. Windows color (decimal): -1072697 or 13083119. OLE color: 13083119.

HSL color Cylindrical-coordinate representation of color #EFA1C7: hue angle of 330.77º 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 #EFA1C7 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 161 199 -
CMYK 0 0.33 0.17 0.06
HSL 330.77º 0.71% 0.78% -
HSV(B) 330.77º 0.33% 0.94% -
XYZ 58.65 47.96 60.2 -
YUV 188.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 239 161 199 0 0.33 0.17 0.06 330.77 0.71 0.78
Hex EF A1 C7 0 21 11 6 14B 47 4E
Octal 357 241 307 0 41 21 6 513 107 116
Binary 11101111 10100001 11000111 0 100001 10001 110 101001011 1000111 1001110

Color Harmonies of #EFA1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA1C7

Black with #EFA1C7

Text Example


Text Example

White with #EFA1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA1C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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