Html Css Color HEX #EFA5C8 Shocking

📋 copy color: '#EFA5C8'

red 239 ◦ green 165 ◦ blue 200

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

Shades of Shocking #EFA5C8

Tints of Shocking #EFA5C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.11%

R = 39.57%
G = 27.32%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFA5C8 (or 0xEFA5C8) is known color: Shocking. HEX triplet: EF, A5 and C8. RGB value is (239,165,200). Sum of RGB (Red+Green+Blue) = 239+165+200=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5C8 is #105A37. Grayscale: #BFBFBF. Windows color (decimal): -1071672 or 13149679. OLE color: 13149679.

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

Color convert

RGB 239 165 200 -
CMYK 0 0.31 0.16 0.06
HSL 331.62º 0.7% 0.79% -
HSV(B) 331.62º 0.31% 0.94% -
XYZ 59.48 49.43 61.05 -
YUV 191.12 133.02 162.15 -
System Red Green Blue C M Y K H S L
Decimal 239 165 200 0 0.31 0.16 0.06 331.62 0.7 0.79
Hex EF A5 C8 0 1F 10 6 14C 46 4F
Octal 357 245 310 0 37 20 6 514 106 117
Binary 11101111 10100101 11001000 0 11111 10000 110 101001100 1000110 1001111

Color Harmonies of #EFA5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5C8

Black with #EFA5C8

Text Example


Text Example

White with #EFA5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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