Html Css Color HEX #EB2C6C Cerise

📋 copy color: '#EB2C6C'

red 235 ◦ green 44 ◦ blue 108

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

Shades of Cerise #EB2C6C

Tints of Cerise #EB2C6C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.37%

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

R = 60.72%
G = 11.37%
B = 27.91%

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

#EB2C6C (or 0xEB2C6C) is known color: Cerise. HEX triplet: EB, 2C and 6C. RGB value is (235,44,108). Sum of RGB (Red+Green+Blue) = 235+44+108=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2C6C is #14D393. Grayscale: #6C6C6C. Windows color (decimal): -1364884 or 7089387. OLE color: 7089387.

HSL color Cylindrical-coordinate representation of color #EB2C6C: hue angle of 339.9º 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 #EB2C6C is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 44 108 -
CMYK 0 0.81 0.54 0.08
HSL 339.9º 0.83% 0.55% -
HSV(B) 339.9º 0.81% 0.92% -
XYZ 37.87 20.55 16.16 -
YUV 108.41 127.78 218.3 -
System Red Green Blue C M Y K H S L
Decimal 235 44 108 0 0.81 0.54 0.08 339.9 0.83 0.55
Hex EB 2C 6C 0 51 36 8 154 53 37
Octal 353 54 154 0 121 66 10 524 123 67
Binary 11101011 101100 1101100 0 1010001 110110 1000 101010100 1010011 110111

Color Harmonies of #EB2C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2C6C

Black with #EB2C6C

Text Example


Text Example

White with #EB2C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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