Html Css Color HEX #ED9BC9 Shocking

📋 copy color: '#ED9BC9'

red 237 ◦ green 155 ◦ blue 201

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

Shades of Shocking #ED9BC9

Tints of Shocking #ED9BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.14%

 BLUE value IS 201 (78.91% from 255) = 33.9%

R = 39.97%
G = 26.14%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED9BC9 (or 0xED9BC9) is known color: Shocking. HEX triplet: ED, 9B and C9. RGB value is (237,155,201). Sum of RGB (Red+Green+Blue) = 237+155+201=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BC9 is #126436. Grayscale: #B8B8B8. Windows color (decimal): -1205303 or 13212653. OLE color: 13212653.

HSL color Cylindrical-coordinate representation of color #ED9BC9: hue angle of 326.34º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9BC9 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 155 201 -
CMYK 0 0.35 0.15 0.07
HSL 326.34º 0.69% 0.77% -
HSV(B) 326.34º 0.35% 0.93% -
XYZ 57.19 45.66 61.06 -
YUV 184.76 137.17 165.26 -
System Red Green Blue C M Y K H S L
Decimal 237 155 201 0 0.35 0.15 0.07 326.34 0.69 0.77
Hex ED 9B C9 0 23 F 7 146 45 4D
Octal 355 233 311 0 43 17 7 506 105 115
Binary 11101101 10011011 11001001 0 100011 1111 111 101000110 1000101 1001101

Color Harmonies of #ED9BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9BC9

Black with #ED9BC9

Text Example


Text Example

White with #ED9BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9BC9; }

 p { color: rgb(237,155,201); }

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

background-color css

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

 a { background-color: rgb(237,155,201); }

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

border-color css

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

 span { border-color: rgb(237,155,201); }

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