Html Css Color HEX #EFA2C5 Shocking

📋 copy color: '#EFA2C5'

red 239 ◦ green 162 ◦ blue 197

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

Shades of Shocking #EFA2C5

Tints of Shocking #EFA2C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.94%

R = 39.97%
G = 27.09%
B = 32.94%

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

#EFA2C5 (or 0xEFA2C5) is known color: Shocking. HEX triplet: EF, A2 and C5. RGB value is (239,162,197). Sum of RGB (Red+Green+Blue) = 239+162+197=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2C5 is #105D3A. Grayscale: #BCBCBC. Windows color (decimal): -1072443 or 12952303. OLE color: 12952303.

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

Color convert

RGB 239 162 197 -
CMYK 0 0.32 0.18 0.06
HSL 332.73º 0.71% 0.79% -
HSV(B) 332.73º 0.32% 0.94% -
XYZ 58.59 48.22 59.04 -
YUV 189.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 239 162 197 0 0.32 0.18 0.06 332.73 0.71 0.79
Hex EF A2 C5 0 20 12 6 14D 47 4F
Octal 357 242 305 0 40 22 6 515 107 117
Binary 11101111 10100010 11000101 0 100000 10010 110 101001101 1000111 1001111

Color Harmonies of #EFA2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2C5

Black with #EFA2C5

Text Example


Text Example

White with #EFA2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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