Html Css Color HEX #ED346B Cerise

📋 copy color: '#ED346B'

red 237 ◦ green 52 ◦ blue 107

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

Shades of Cerise #ED346B

Tints of Cerise #ED346B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 59.85%
G = 13.13%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED346B (or 0xED346B) is known color: Cerise. HEX triplet: ED, 34 and 6B. RGB value is (237,52,107). Sum of RGB (Red+Green+Blue) = 237+52+107=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED346B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED346B is #12CB94. Grayscale: #717171. Windows color (decimal): -1231765 or 7025901. OLE color: 7025901.

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

Color convert

RGB 237 52 107 -
CMYK 0 0.78 0.55 0.07
HSL 342.16º 0.84% 0.57% -
HSV(B) 342.16º 0.78% 0.93% -
XYZ 38.81 21.52 16.02 -
YUV 113.59 124.29 216.03 -
System Red Green Blue C M Y K H S L
Decimal 237 52 107 0 0.78 0.55 0.07 342.16 0.84 0.57
Hex ED 34 6B 0 4E 37 7 156 54 39
Octal 355 64 153 0 116 67 7 526 124 71
Binary 11101101 110100 1101011 0 1001110 110111 111 101010110 1010100 111001

Color Harmonies of #ED346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED346B

Black with #ED346B

Text Example


Text Example

White with #ED346B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED346B; }

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

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

background-color css

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

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

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

border-color css

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

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

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