Html Css Color HEX #ED345F Cerise

📋 copy color: '#ED345F'

red 237 ◦ green 52 ◦ blue 95

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

Shades of Cerise #ED345F

Tints of Cerise #ED345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.54%

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

R = 61.72%
G = 13.54%
B = 24.74%

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

#ED345F (or 0xED345F) is known color: Cerise. HEX triplet: ED, 34 and 5F. RGB value is (237,52,95). Sum of RGB (Red+Green+Blue) = 237+52+95=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED345F is #12CBA0. Grayscale: #707070. Windows color (decimal): -1231777 or 6239469. OLE color: 6239469.

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

Color convert

RGB 237 52 95 -
CMYK 0 0.78 0.60 0.07
HSL 346.05º 0.84% 0.57% -
HSV(B) 346.05º 0.78% 0.93% -
XYZ 38.22 21.29 12.92 -
YUV 112.22 118.29 217 -
System Red Green Blue C M Y K H S L
Decimal 237 52 95 0 0.78 0.60 0.07 346.05 0.84 0.57
Hex ED 34 5F 0 4E 3C 7 15A 54 39
Octal 355 64 137 0 116 74 7 532 124 71
Binary 11101101 110100 1011111 0 1001110 111100 111 101011010 1010100 111001

Color Harmonies of #ED345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED345F

Black with #ED345F

Text Example


Text Example

White with #ED345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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