Html Css Color HEX #EDA5CA Shocking

📋 copy color: '#EDA5CA'

red 237 ◦ green 165 ◦ blue 202

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

Shades of Shocking #EDA5CA

Tints of Shocking #EDA5CA

RGB

 RED value IS 237 (92.97% from 255) = 39.24%

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

 BLUE value IS 202 (79.3% from 255) = 33.44%

R = 39.24%
G = 27.32%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDA5CA (or 0xEDA5CA) is known color: Shocking. HEX triplet: ED, A5 and CA. RGB value is (237,165,202). Sum of RGB (Red+Green+Blue) = 237+165+202=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5CA is #125A35. Grayscale: #BEBEBE. Windows color (decimal): -1202742 or 13280749. OLE color: 13280749.

HSL color Cylindrical-coordinate representation of color #EDA5CA: hue angle of 329.17º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA5CA is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 165 202 -
CMYK 0 0.30 0.15 0.07
HSL 329.17º 0.67% 0.79% -
HSV(B) 329.17º 0.3% 0.93% -
XYZ 59.04 49.18 62.26 -
YUV 190.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 237 165 202 0 0.30 0.15 0.07 329.17 0.67 0.79
Hex ED A5 CA 0 1E F 7 149 43 4F
Octal 355 245 312 0 36 17 7 511 103 117
Binary 11101101 10100101 11001010 0 11110 1111 111 101001001 1000011 1001111

Color Harmonies of #EDA5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA5CA

Black with #EDA5CA

Text Example


Text Example

White with #EDA5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA5CA; }

 p { color: rgb(237,165,202); }

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

background-color css

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

 a { background-color: rgb(237,165,202); }

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

border-color css

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

 span { border-color: rgb(237,165,202); }

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