Html Css Color HEX #EFA5C4 Shocking

📋 copy color: '#EFA5C4'

red 239 ◦ green 165 ◦ blue 196

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

Shades of Shocking #EFA5C4

Tints of Shocking #EFA5C4

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.5%

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

R = 39.83%
G = 27.5%
B = 32.67%

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

#EFA5C4 (or 0xEFA5C4) is known color: Shocking. HEX triplet: EF, A5 and C4. RGB value is (239,165,196). Sum of RGB (Red+Green+Blue) = 239+165+196=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 165 (64.84% from 255 or 27.5% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5C4 is #105A3B. Grayscale: #BEBEBE. Windows color (decimal): -1071676 or 12887535. OLE color: 12887535.

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

Color convert

RGB 239 165 196 -
CMYK 0 0.31 0.18 0.06
HSL 334.86º 0.7% 0.79% -
HSV(B) 334.86º 0.31% 0.94% -
XYZ 59.02 49.25 58.62 -
YUV 190.66 131.02 162.48 -
System Red Green Blue C M Y K H S L
Decimal 239 165 196 0 0.31 0.18 0.06 334.86 0.7 0.79
Hex EF A5 C4 0 1F 12 6 14F 46 4F
Octal 357 245 304 0 37 22 6 517 106 117
Binary 11101111 10100101 11000100 0 11111 10010 110 101001111 1000110 1001111

Color Harmonies of #EFA5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5C4

Black with #EFA5C4

Text Example


Text Example

White with #EFA5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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