Html Css Color HEX #EB345F Cerise

📋 copy color: '#EB345F'

red 235 ◦ green 52 ◦ blue 95

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

Shades of Cerise #EB345F

Tints of Cerise #EB345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.61%

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 61.52%
G = 13.61%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB345F (or 0xEB345F) is known color: Cerise. HEX triplet: EB, 34 and 5F. RGB value is (235,52,95). Sum of RGB (Red+Green+Blue) = 235+52+95=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB345F is #14CBA0. Grayscale: #6F6F6F. Windows color (decimal): -1362849 or 6239467. OLE color: 6239467.

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

Color convert

RGB 235 52 95 -
CMYK 0 0.78 0.60 0.08
HSL 345.9º 0.82% 0.56% -
HSV(B) 345.9º 0.78% 0.92% -
XYZ 37.55 20.94 12.89 -
YUV 111.62 118.63 216 -
System Red Green Blue C M Y K H S L
Decimal 235 52 95 0 0.78 0.60 0.08 345.9 0.82 0.56
Hex EB 34 5F 0 4E 3C 8 15A 52 38
Octal 353 64 137 0 116 74 10 532 122 70
Binary 11101011 110100 1011111 0 1001110 111100 1000 101011010 1010010 111000

Color Harmonies of #EB345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB345F

Black with #EB345F

Text Example


Text Example

White with #EB345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB345F; }

 p { color: rgb(235,52,95); }

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

background-color css

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

 a { background-color: rgb(235,52,95); }

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

border-color css

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

 span { border-color: rgb(235,52,95); }

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