Html Css Color HEX #EFA0C4 Shocking

📋 copy color: '#EFA0C4'

red 239 ◦ green 160 ◦ blue 196

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

Shades of Shocking #EFA0C4

Tints of Shocking #EFA0C4

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.89%

 BLUE value IS 196 (76.95% from 255) = 32.94%

R = 40.17%
G = 26.89%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFA0C4 (or 0xEFA0C4) is known color: Shocking. HEX triplet: EF, A0 and C4. RGB value is (239,160,196). Sum of RGB (Red+Green+Blue) = 239+160+196=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0C4 is #105F3B. Grayscale: #BBBBBB. Windows color (decimal): -1072956 or 12886255. OLE color: 12886255.

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

Color convert

RGB 239 160 196 -
CMYK 0 0.33 0.18 0.06
HSL 332.66º 0.71% 0.78% -
HSV(B) 332.66º 0.33% 0.94% -
XYZ 58.13 47.48 58.32 -
YUV 187.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 239 160 196 0 0.33 0.18 0.06 332.66 0.71 0.78
Hex EF A0 C4 0 21 12 6 14D 47 4E
Octal 357 240 304 0 41 22 6 515 107 116
Binary 11101111 10100000 11000100 0 100001 10010 110 101001101 1000111 1001110

Color Harmonies of #EFA0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA0C4

Black with #EFA0C4

Text Example


Text Example

White with #EFA0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA0C4; }

 p { color: rgb(239,160,196); }

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

background-color css

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

 a { background-color: rgb(239,160,196); }

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

border-color css

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

 span { border-color: rgb(239,160,196); }

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