Html Css Color HEX #EB2F63 Cerise

📋 copy color: '#EB2F63'

red 235 ◦ green 47 ◦ blue 99

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

Shades of Cerise #EB2F63

Tints of Cerise #EB2F63

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.34%

 BLUE value IS 99 (39.06% from 255) = 25.98%

R = 61.68%
G = 12.34%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EB2F63 (or 0xEB2F63) is known color: Cerise. HEX triplet: EB, 2F and 63. RGB value is (235,47,99). Sum of RGB (Red+Green+Blue) = 235+47+99=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2F63 is #14D09C. Grayscale: #6D6D6D. Windows color (decimal): -1364125 or 6500331. OLE color: 6500331.

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

Color convert

RGB 235 47 99 -
CMYK 0 0.8 0.58 0.08
HSL 343.4º 0.82% 0.55% -
HSV(B) 343.4º 0.8% 0.92% -
XYZ 37.53 20.6 13.8 -
YUV 109.14 122.28 217.77 -
System Red Green Blue C M Y K H S L
Decimal 235 47 99 0 0.8 0.58 0.08 343.4 0.82 0.55
Hex EB 2F 63 0 50 3A 8 157 52 37
Octal 353 57 143 0 120 72 10 527 122 67
Binary 11101011 101111 1100011 0 1010000 111010 1000 101010111 1010010 110111

Color Harmonies of #EB2F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2F63

Black with #EB2F63

Text Example


Text Example

White with #EB2F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2F63; }

 p { color: rgb(235,47,99); }

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

background-color css

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

 a { background-color: rgb(235,47,99); }

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

border-color css

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

 span { border-color: rgb(235,47,99); }

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