Html Css Color HEX #ED3068 Cerise

📋 copy color: '#ED3068'

red 237 ◦ green 48 ◦ blue 104

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

Shades of Cerise #ED3068

Tints of Cerise #ED3068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.74%

R = 60.93%
G = 12.34%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED3068 (or 0xED3068) is known color: Cerise. HEX triplet: ED, 30 and 68. RGB value is (237,48,104). Sum of RGB (Red+Green+Blue) = 237+48+104=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3068 is #12CF97. Grayscale: #6E6E6E. Windows color (decimal): -1232792 or 6828269. OLE color: 6828269.

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

Color convert

RGB 237 48 104 -
CMYK 0 0.80 0.56 0.07
HSL 342.22º 0.84% 0.56% -
HSV(B) 342.22º 0.8% 0.93% -
XYZ 38.48 21.12 15.14 -
YUV 110.9 124.12 217.95 -
System Red Green Blue C M Y K H S L
Decimal 237 48 104 0 0.80 0.56 0.07 342.22 0.84 0.56
Hex ED 30 68 0 50 38 7 156 54 38
Octal 355 60 150 0 120 70 7 526 124 70
Binary 11101101 110000 1101000 0 1010000 111000 111 101010110 1010100 111000

Color Harmonies of #ED3068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3068

Black with #ED3068

Text Example


Text Example

White with #ED3068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3068; }

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

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

background-color css

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

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

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

border-color css

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

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

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