Html Css Color HEX #ED99BE Shocking

📋 copy color: '#ED99BE'

red 237 ◦ green 153 ◦ blue 190

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

Shades of Shocking #ED99BE

Tints of Shocking #ED99BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.38%

 BLUE value IS 190 (74.61% from 255) = 32.76%

R = 40.86%
G = 26.38%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED99BE (or 0xED99BE) is known color: Shocking. HEX triplet: ED, 99 and BE. RGB value is (237,153,190). Sum of RGB (Red+Green+Blue) = 237+153+190=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99BE is #126641. Grayscale: #B6B6B6. Windows color (decimal): -1205826 or 12491245. OLE color: 12491245.

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

Color convert

RGB 237 153 190 -
CMYK 0 0.35 0.20 0.07
HSL 333.57º 0.7% 0.76% -
HSV(B) 333.57º 0.35% 0.93% -
XYZ 55.61 44.5 54.37 -
YUV 182.33 132.33 166.99 -
System Red Green Blue C M Y K H S L
Decimal 237 153 190 0 0.35 0.20 0.07 333.57 0.7 0.76
Hex ED 99 BE 0 23 14 7 14E 46 4C
Octal 355 231 276 0 43 24 7 516 106 114
Binary 11101101 10011001 10111110 0 100011 10100 111 101001110 1000110 1001100

Color Harmonies of #ED99BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED99BE

Black with #ED99BE

Text Example


Text Example

White with #ED99BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED99BE; }

 p { color: rgb(237,153,190); }

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

background-color css

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

 a { background-color: rgb(237,153,190); }

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

border-color css

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

 span { border-color: rgb(237,153,190); }

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