Html Css Color HEX #EB346A Cerise

📋 copy color: '#EB346A'

red 235 ◦ green 52 ◦ blue 106

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

Shades of Cerise #EB346A

Tints of Cerise #EB346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.97%

R = 59.8%
G = 13.23%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB346A (or 0xEB346A) is known color: Cerise. HEX triplet: EB, 34 and 6A. RGB value is (235,52,106). Sum of RGB (Red+Green+Blue) = 235+52+106=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB346A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB346A is #14CB95. Grayscale: #707070. Windows color (decimal): -1362838 or 6960363. OLE color: 6960363.

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

Color convert

RGB 235 52 106 -
CMYK 0 0.78 0.55 0.08
HSL 342.3º 0.82% 0.56% -
HSV(B) 342.3º 0.78% 0.92% -
XYZ 38.09 21.16 15.71 -
YUV 112.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 235 52 106 0 0.78 0.55 0.08 342.3 0.82 0.56
Hex EB 34 6A 0 4E 37 8 156 52 38
Octal 353 64 152 0 116 67 10 526 122 70
Binary 11101011 110100 1101010 0 1001110 110111 1000 101010110 1010010 111000

Color Harmonies of #EB346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB346A

Black with #EB346A

Text Example


Text Example

White with #EB346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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