Html Css Color HEX #ED99CA Shocking

📋 copy color: '#ED99CA'

red 237 ◦ green 153 ◦ blue 202

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

Shades of Shocking #ED99CA

Tints of Shocking #ED99CA

RGB

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

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

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

R = 40.03%
G = 25.84%
B = 34.12%

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

#ED99CA (or 0xED99CA) is known color: Shocking. HEX triplet: ED, 99 and CA. RGB value is (237,153,202). Sum of RGB (Red+Green+Blue) = 237+153+202=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99CA is #126635. Grayscale: #B7B7B7. Windows color (decimal): -1205814 or 13277677. OLE color: 13277677.

HSL color Cylindrical-coordinate representation of color #ED99CA: hue angle of 325º 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 #ED99CA is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 153 202 -
CMYK 0 0.35 0.15 0.07
HSL 325º 0.7% 0.76% -
HSV(B) 325º 0.35% 0.93% -
XYZ 56.98 45.05 61.57 -
YUV 183.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 237 153 202 0 0.35 0.15 0.07 325 0.7 0.76
Hex ED 99 CA 0 23 F 7 145 46 4C
Octal 355 231 312 0 43 17 7 505 106 114
Binary 11101101 10011001 11001010 0 100011 1111 111 101000101 1000110 1001100

Color Harmonies of #ED99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED99CA

Black with #ED99CA

Text Example


Text Example

White with #ED99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED99CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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