Html Css Color HEX #ED346C Cerise

📋 copy color: '#ED346C'

red 237 ◦ green 52 ◦ blue 108

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

Shades of Cerise #ED346C

Tints of Cerise #ED346C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.2%

R = 59.7%
G = 13.1%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED346C (or 0xED346C) is known color: Cerise. HEX triplet: ED, 34 and 6C. RGB value is (237,52,108). Sum of RGB (Red+Green+Blue) = 237+52+108=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED346C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED346C is #12CB93. Grayscale: #717171. Windows color (decimal): -1231764 or 7091437. OLE color: 7091437.

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

Color convert

RGB 237 52 108 -
CMYK 0 0.78 0.54 0.07
HSL 341.84º 0.84% 0.57% -
HSV(B) 341.84º 0.78% 0.93% -
XYZ 38.86 21.54 16.3 -
YUV 113.7 124.79 215.95 -
System Red Green Blue C M Y K H S L
Decimal 237 52 108 0 0.78 0.54 0.07 341.84 0.84 0.57
Hex ED 34 6C 0 4E 36 7 156 54 39
Octal 355 64 154 0 116 66 7 526 124 71
Binary 11101101 110100 1101100 0 1001110 110110 111 101010110 1010100 111001

Color Harmonies of #ED346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED346C

Black with #ED346C

Text Example


Text Example

White with #ED346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED346C; }

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

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

background-color css

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

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

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

border-color css

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

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

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