Html Css Color HEX #ED2E66 Cerise

📋 copy color: '#ED2E66'

red 237 ◦ green 46 ◦ blue 102

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

Shades of Cerise #ED2E66

Tints of Cerise #ED2E66

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.95%

 BLUE value IS 102 (40.23% from 255) = 26.49%

R = 61.56%
G = 11.95%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED2E66 (or 0xED2E66) is known color: Cerise. HEX triplet: ED, 2E and 66. RGB value is (237,46,102). Sum of RGB (Red+Green+Blue) = 237+46+102=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2E66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2E66 is #12D199. Grayscale: #6D6D6D. Windows color (decimal): -1233306 or 6696685. OLE color: 6696685.

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

Color convert

RGB 237 46 102 -
CMYK 0 0.81 0.57 0.07
HSL 342.41º 0.84% 0.55% -
HSV(B) 342.41º 0.81% 0.93% -
XYZ 38.3 20.92 14.59 -
YUV 109.49 123.78 218.95 -
System Red Green Blue C M Y K H S L
Decimal 237 46 102 0 0.81 0.57 0.07 342.41 0.84 0.55
Hex ED 2E 66 0 51 39 7 156 54 37
Octal 355 56 146 0 121 71 7 526 124 67
Binary 11101101 101110 1100110 0 1010001 111001 111 101010110 1010100 110111

Color Harmonies of #ED2E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2E66

Black with #ED2E66

Text Example


Text Example

White with #ED2E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2E66; }

 p { color: rgb(237,46,102); }

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

background-color css

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

 a { background-color: rgb(237,46,102); }

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

border-color css

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

 span { border-color: rgb(237,46,102); }

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