Html Css Color HEX #EB2D6C Cerise

📋 copy color: '#EB2D6C'

red 235 ◦ green 45 ◦ blue 108

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

Shades of Cerise #EB2D6C

Tints of Cerise #EB2D6C

RGB

 RED value IS 235 (92.19% from 255) = 60.57%

 GREEN value IS 45 (17.97% from 255) = 11.6%

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

R = 60.57%
G = 11.6%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB2D6C (or 0xEB2D6C) is known color: Cerise. HEX triplet: EB, 2D and 6C. RGB value is (235,45,108). Sum of RGB (Red+Green+Blue) = 235+45+108=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2D6C is #14D293. Grayscale: #6C6C6C. Windows color (decimal): -1364628 or 7089643. OLE color: 7089643.

HSL color Cylindrical-coordinate representation of color #EB2D6C: hue angle of 340.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2D6C is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 45 108 -
CMYK 0 0.81 0.54 0.08
HSL 340.11º 0.83% 0.55% -
HSV(B) 340.11º 0.81% 0.92% -
XYZ 37.91 20.62 16.17 -
YUV 108.99 127.45 217.88 -
System Red Green Blue C M Y K H S L
Decimal 235 45 108 0 0.81 0.54 0.08 340.11 0.83 0.55
Hex EB 2D 6C 0 51 36 8 154 53 37
Octal 353 55 154 0 121 66 10 524 123 67
Binary 11101011 101101 1101100 0 1010001 110110 1000 101010100 1010011 110111

Color Harmonies of #EB2D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D6C

Black with #EB2D6C

Text Example


Text Example

White with #EB2D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D6C; }

 p { color: rgb(235,45,108); }

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

background-color css

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

 a { background-color: rgb(235,45,108); }

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

border-color css

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

 span { border-color: rgb(235,45,108); }

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