Html Css Color HEX #EB2F64 Cerise

📋 copy color: '#EB2F64'

red 235 ◦ green 47 ◦ blue 100

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

Shades of Cerise #EB2F64

Tints of Cerise #EB2F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.18%

R = 61.52%
G = 12.3%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB2F64 (or 0xEB2F64) is known color: Cerise. HEX triplet: EB, 2F and 64. RGB value is (235,47,100). Sum of RGB (Red+Green+Blue) = 235+47+100=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2F64 is #14D09B. Grayscale: #6D6D6D. Windows color (decimal): -1364124 or 6565867. OLE color: 6565867.

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

Color convert

RGB 235 47 100 -
CMYK 0 0.8 0.57 0.08
HSL 343.09º 0.82% 0.55% -
HSV(B) 343.09º 0.8% 0.92% -
XYZ 37.58 20.62 14.06 -
YUV 109.25 122.78 217.69 -
System Red Green Blue C M Y K H S L
Decimal 235 47 100 0 0.8 0.57 0.08 343.09 0.82 0.55
Hex EB 2F 64 0 50 39 8 157 52 37
Octal 353 57 144 0 120 71 10 527 122 67
Binary 11101011 101111 1100100 0 1010000 111001 1000 101010111 1010010 110111

Color Harmonies of #EB2F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2F64

Black with #EB2F64

Text Example


Text Example

White with #EB2F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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