Html Css Color HEX #ED2E67 Cerise

📋 copy color: '#ED2E67'

red 237 ◦ green 46 ◦ blue 103

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

Shades of Cerise #ED2E67

Tints of Cerise #ED2E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.68%

R = 61.4%
G = 11.92%
B = 26.68%

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

#ED2E67 (or 0xED2E67) is known color: Cerise. HEX triplet: ED, 2E and 67. RGB value is (237,46,103). Sum of RGB (Red+Green+Blue) = 237+46+103=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2E67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2E67 is #12D198. Grayscale: #6D6D6D. Windows color (decimal): -1233305 or 6762221. OLE color: 6762221.

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

Color convert

RGB 237 46 103 -
CMYK 0 0.81 0.57 0.07
HSL 342.09º 0.84% 0.55% -
HSV(B) 342.09º 0.81% 0.93% -
XYZ 38.35 20.94 14.85 -
YUV 109.61 124.28 218.87 -
System Red Green Blue C M Y K H S L
Decimal 237 46 103 0 0.81 0.57 0.07 342.09 0.84 0.55
Hex ED 2E 67 0 51 39 7 156 54 37
Octal 355 56 147 0 121 71 7 526 124 67
Binary 11101101 101110 1100111 0 1010001 111001 111 101010110 1010100 110111

Color Harmonies of #ED2E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2E67

Black with #ED2E67

Text Example


Text Example

White with #ED2E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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