Html Css Color HEX #EDA4BB Shocking

📋 copy color: '#EDA4BB'

red 237 ◦ green 164 ◦ blue 187

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

Shades of Shocking #EDA4BB

Tints of Shocking #EDA4BB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.89%

 BLUE value IS 187 (73.44% from 255) = 31.8%

R = 40.31%
G = 27.89%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDA4BB (or 0xEDA4BB) is known color: Shocking. HEX triplet: ED, A4 and BB. RGB value is (237,164,187). Sum of RGB (Red+Green+Blue) = 237+164+187=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4BB is #125B44. Grayscale: #BCBCBC. Windows color (decimal): -1203013 or 12297453. OLE color: 12297453.

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

Color convert

RGB 237 164 187 -
CMYK 0 0.31 0.21 0.07
HSL 341.1º 0.67% 0.79% -
HSV(B) 341.1º 0.31% 0.93% -
XYZ 57.17 48.14 53.29 -
YUV 188.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 237 164 187 0 0.31 0.21 0.07 341.1 0.67 0.79
Hex ED A4 BB 0 1F 15 7 155 43 4F
Octal 355 244 273 0 37 25 7 525 103 117
Binary 11101101 10100100 10111011 0 11111 10101 111 101010101 1000011 1001111

Color Harmonies of #EDA4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA4BB

Black with #EDA4BB

Text Example


Text Example

White with #EDA4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA4BB; }

 p { color: rgb(237,164,187); }

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

background-color css

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

 a { background-color: rgb(237,164,187); }

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

border-color css

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

 span { border-color: rgb(237,164,187); }

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