Html Css Color HEX #ED306A Cerise

📋 copy color: '#ED306A'

red 237 ◦ green 48 ◦ blue 106

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

Shades of Cerise #ED306A

Tints of Cerise #ED306A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.28%

 BLUE value IS 106 (41.8% from 255) = 27.11%

R = 60.61%
G = 12.28%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED306A (or 0xED306A) is known color: Cerise. HEX triplet: ED, 30 and 6A. RGB value is (237,48,106). Sum of RGB (Red+Green+Blue) = 237+48+106=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED306A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED306A is #12CF95. Grayscale: #6F6F6F. Windows color (decimal): -1232790 or 6959341. OLE color: 6959341.

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

Color convert

RGB 237 48 106 -
CMYK 0 0.80 0.55 0.07
HSL 341.59º 0.84% 0.56% -
HSV(B) 341.59º 0.8% 0.93% -
XYZ 38.58 21.16 15.69 -
YUV 111.12 125.12 217.78 -
System Red Green Blue C M Y K H S L
Decimal 237 48 106 0 0.80 0.55 0.07 341.59 0.84 0.56
Hex ED 30 6A 0 50 37 7 156 54 38
Octal 355 60 152 0 120 67 7 526 124 70
Binary 11101101 110000 1101010 0 1010000 110111 111 101010110 1010100 111000

Color Harmonies of #ED306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED306A

Black with #ED306A

Text Example


Text Example

White with #ED306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED306A; }

 p { color: rgb(237,48,106); }

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

background-color css

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

 a { background-color: rgb(237,48,106); }

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

border-color css

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

 span { border-color: rgb(237,48,106); }

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