Html Css Color HEX #EFA4C4 Shocking

📋 copy color: '#EFA4C4'

red 239 ◦ green 164 ◦ blue 196

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

Shades of Shocking #EFA4C4

Tints of Shocking #EFA4C4

RGB

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

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

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

R = 39.9%
G = 27.38%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFA4C4 (or 0xEFA4C4) is known color: Shocking. HEX triplet: EF, A4 and C4. RGB value is (239,164,196). Sum of RGB (Red+Green+Blue) = 239+164+196=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 164 (64.45% from 255 or 27.38% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4C4 is #105B3B. Grayscale: #BEBEBE. Windows color (decimal): -1071932 or 12887279. OLE color: 12887279.

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

Color convert

RGB 239 164 196 -
CMYK 0 0.31 0.18 0.06
HSL 334.4º 0.7% 0.79% -
HSV(B) 334.4º 0.31% 0.94% -
XYZ 58.84 48.89 58.56 -
YUV 190.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 239 164 196 0 0.31 0.18 0.06 334.4 0.7 0.79
Hex EF A4 C4 0 1F 12 6 14E 46 4F
Octal 357 244 304 0 37 22 6 516 106 117
Binary 11101111 10100100 11000100 0 11111 10010 110 101001110 1000110 1001111

Color Harmonies of #EFA4C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA4C4

Black with #EFA4C4

Text Example


Text Example

White with #EFA4C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA4C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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