Html Css Color HEX #ED2B7B Deep Cerise

📋 copy color: '#ED2B7B'

red 237 ◦ green 43 ◦ blue 123

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

Shades of Deep Cerise #ED2B7B

Tints of Deep Cerise #ED2B7B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.67%

 BLUE value IS 123 (48.44% from 255) = 30.52%

R = 58.81%
G = 10.67%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED2B7B (or 0xED2B7B) is known color: Deep Cerise. HEX triplet: ED, 2B and 7B. RGB value is (237,43,123). Sum of RGB (Red+Green+Blue) = 237+43+123=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2B7B is #12D484. Grayscale: #6E6E6E. Windows color (decimal): -1234053 or 8072173. OLE color: 8072173.

HSL color Cylindrical-coordinate representation of color #ED2B7B: hue angle of 335.26º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2B7B is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 43 123 -
CMYK 0 0.82 0.48 0.07
HSL 335.26º 0.84% 0.55% -
HSV(B) 335.26º 0.82% 0.93% -
XYZ 39.36 21.16 20.75 -
YUV 110.13 135.27 218.5 -
System Red Green Blue C M Y K H S L
Decimal 237 43 123 0 0.82 0.48 0.07 335.26 0.84 0.55
Hex ED 2B 7B 0 52 30 7 14F 54 37
Octal 355 53 173 0 122 60 7 517 124 67
Binary 11101101 101011 1111011 0 1010010 110000 111 101001111 1010100 110111

Color Harmonies of #ED2B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B7B

Black with #ED2B7B

Text Example


Text Example

White with #ED2B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B7B; }

 p { color: rgb(237,43,123); }

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

background-color css

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

 a { background-color: rgb(237,43,123); }

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

border-color css

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

 span { border-color: rgb(237,43,123); }

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