Html Css Color HEX #ED3375 Cerise

📋 copy color: '#ED3375'

red 237 ◦ green 51 ◦ blue 117

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

Shades of Cerise #ED3375

Tints of Cerise #ED3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.59%

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 58.52%
G = 12.59%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED3375 (or 0xED3375) is known color: Cerise. HEX triplet: ED, 33 and 75. RGB value is (237,51,117). Sum of RGB (Red+Green+Blue) = 237+51+117=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3375 is #12CC8A. Grayscale: #727272. Windows color (decimal): -1232011 or 7681005. OLE color: 7681005.

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

Color convert

RGB 237 51 117 -
CMYK 0 0.78 0.51 0.07
HSL 338.71º 0.84% 0.56% -
HSV(B) 338.71º 0.78% 0.93% -
XYZ 39.32 21.66 18.94 -
YUV 114.14 129.62 215.63 -
System Red Green Blue C M Y K H S L
Decimal 237 51 117 0 0.78 0.51 0.07 338.71 0.84 0.56
Hex ED 33 75 0 4E 33 7 153 54 38
Octal 355 63 165 0 116 63 7 523 124 70
Binary 11101101 110011 1110101 0 1001110 110011 111 101010011 1010100 111000

Color Harmonies of #ED3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3375

Black with #ED3375

Text Example


Text Example

White with #ED3375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3375; }

 p { color: rgb(237,51,117); }

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

background-color css

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

 a { background-color: rgb(237,51,117); }

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

border-color css

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

 span { border-color: rgb(237,51,117); }

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