Html Css Color HEX #ED2B68 Cerise

📋 copy color: '#ED2B68'

red 237 ◦ green 43 ◦ blue 104

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

Shades of Cerise #ED2B68

Tints of Cerise #ED2B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.08%

R = 61.72%
G = 11.2%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED2B68 (or 0xED2B68) is known color: Cerise. HEX triplet: ED, 2B and 68. RGB value is (237,43,104). Sum of RGB (Red+Green+Blue) = 237+43+104=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2B68 is #12D497. Grayscale: #6B6B6B. Windows color (decimal): -1234072 or 6826989. OLE color: 6826989.

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

Color convert

RGB 237 43 104 -
CMYK 0 0.82 0.56 0.07
HSL 341.13º 0.84% 0.55% -
HSV(B) 341.13º 0.82% 0.93% -
XYZ 38.29 20.73 15.08 -
YUV 107.96 125.77 220.04 -
System Red Green Blue C M Y K H S L
Decimal 237 43 104 0 0.82 0.56 0.07 341.13 0.84 0.55
Hex ED 2B 68 0 52 38 7 155 54 37
Octal 355 53 150 0 122 70 7 525 124 67
Binary 11101101 101011 1101000 0 1010010 111000 111 101010101 1010100 110111

Color Harmonies of #ED2B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B68

Black with #ED2B68

Text Example


Text Example

White with #ED2B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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