Html Css Color HEX #ED3269 Cerise

📋 copy color: '#ED3269'

red 237 ◦ green 50 ◦ blue 105

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

Shades of Cerise #ED3269

Tints of Cerise #ED3269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.76%

 BLUE value IS 105 (41.41% from 255) = 26.79%

R = 60.46%
G = 12.76%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED3269 (or 0xED3269) is known color: Cerise. HEX triplet: ED, 32 and 69. RGB value is (237,50,105). Sum of RGB (Red+Green+Blue) = 237+50+105=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3269 is #12CD96. Grayscale: #707070. Windows color (decimal): -1232279 or 6894317. OLE color: 6894317.

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

Color convert

RGB 237 50 105 -
CMYK 0 0.79 0.56 0.07
HSL 342.35º 0.84% 0.56% -
HSV(B) 342.35º 0.79% 0.93% -
XYZ 38.62 21.31 15.44 -
YUV 112.18 123.95 217.03 -
System Red Green Blue C M Y K H S L
Decimal 237 50 105 0 0.79 0.56 0.07 342.35 0.84 0.56
Hex ED 32 69 0 4F 38 7 156 54 38
Octal 355 62 151 0 117 70 7 526 124 70
Binary 11101101 110010 1101001 0 1001111 111000 111 101010110 1010100 111000

Color Harmonies of #ED3269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3269

Black with #ED3269

Text Example


Text Example

White with #ED3269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3269; }

 p { color: rgb(237,50,105); }

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

background-color css

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

 a { background-color: rgb(237,50,105); }

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

border-color css

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

 span { border-color: rgb(237,50,105); }

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