Html Css Color HEX #ED335F Cerise

📋 copy color: '#ED335F'

red 237 ◦ green 51 ◦ blue 95

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

Shades of Cerise #ED335F

Tints of Cerise #ED335F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.8%

R = 61.88%
G = 13.32%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED335F (or 0xED335F) is known color: Cerise. HEX triplet: ED, 33 and 5F. RGB value is (237,51,95). Sum of RGB (Red+Green+Blue) = 237+51+95=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED335F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED335F is #12CCA0. Grayscale: #6F6F6F. Windows color (decimal): -1232033 or 6239213. OLE color: 6239213.

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

Color convert

RGB 237 51 95 -
CMYK 0 0.78 0.60 0.07
HSL 345.81º 0.84% 0.56% -
HSV(B) 345.81º 0.78% 0.93% -
XYZ 38.17 21.2 12.91 -
YUV 111.63 118.62 217.42 -
System Red Green Blue C M Y K H S L
Decimal 237 51 95 0 0.78 0.60 0.07 345.81 0.84 0.56
Hex ED 33 5F 0 4E 3C 7 15A 54 38
Octal 355 63 137 0 116 74 7 532 124 70
Binary 11101101 110011 1011111 0 1001110 111100 111 101011010 1010100 111000

Color Harmonies of #ED335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED335F

Black with #ED335F

Text Example


Text Example

White with #ED335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED335F; }

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

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

background-color css

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

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

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

border-color css

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

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

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