Html Css Color HEX #EB2F5D Cerise

📋 copy color: '#EB2F5D'

red 235 ◦ green 47 ◦ blue 93

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

Shades of Cerise #EB2F5D

Tints of Cerise #EB2F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 62.67%
G = 12.53%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB2F5D (or 0xEB2F5D) is known color: Cerise. HEX triplet: EB, 2F and 5D. RGB value is (235,47,93). Sum of RGB (Red+Green+Blue) = 235+47+93=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2F5D is #14D0A2. Grayscale: #6C6C6C. Windows color (decimal): -1364131 or 6107115. OLE color: 6107115.

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

Color convert

RGB 235 47 93 -
CMYK 0 0.8 0.60 0.08
HSL 345.32º 0.82% 0.55% -
HSV(B) 345.32º 0.8% 0.92% -
XYZ 37.25 20.49 12.35 -
YUV 108.46 119.28 218.26 -
System Red Green Blue C M Y K H S L
Decimal 235 47 93 0 0.8 0.60 0.08 345.32 0.82 0.55
Hex EB 2F 5D 0 50 3C 8 159 52 37
Octal 353 57 135 0 120 74 10 531 122 67
Binary 11101011 101111 1011101 0 1010000 111100 1000 101011001 1010010 110111

Color Harmonies of #EB2F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2F5D

Black with #EB2F5D

Text Example


Text Example

White with #EB2F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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