Html Css Color HEX #EFA2C4 Shocking

📋 copy color: '#EFA2C4'

red 239 ◦ green 162 ◦ blue 196

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

Shades of Shocking #EFA2C4

Tints of Shocking #EFA2C4

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.14%

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

R = 40.03%
G = 27.14%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFA2C4 (or 0xEFA2C4) is known color: Shocking. HEX triplet: EF, A2 and C4. RGB value is (239,162,196). Sum of RGB (Red+Green+Blue) = 239+162+196=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2C4 is #105D3B. Grayscale: #BCBCBC. Windows color (decimal): -1072444 or 12886767. OLE color: 12886767.

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

Color convert

RGB 239 162 196 -
CMYK 0 0.32 0.18 0.06
HSL 333.51º 0.71% 0.79% -
HSV(B) 333.51º 0.32% 0.94% -
XYZ 58.48 48.18 58.44 -
YUV 188.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 239 162 196 0 0.32 0.18 0.06 333.51 0.71 0.79
Hex EF A2 C4 0 20 12 6 14E 47 4F
Octal 357 242 304 0 40 22 6 516 107 117
Binary 11101111 10100010 11000100 0 100000 10010 110 101001110 1000111 1001111

Color Harmonies of #EFA2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2C4

Black with #EFA2C4

Text Example


Text Example

White with #EFA2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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