Html Css Color HEX #EB3685 Deep Cerise

📋 copy color: '#EB3685'

red 235 ◦ green 54 ◦ blue 133

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

Shades of Deep Cerise #EB3685

Tints of Deep Cerise #EB3685

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.8%

 BLUE value IS 133 (52.34% from 255) = 31.52%

R = 55.69%
G = 12.8%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB3685 (or 0xEB3685) is known color: Deep Cerise. HEX triplet: EB, 36 and 85. RGB value is (235,54,133). Sum of RGB (Red+Green+Blue) = 235+54+133=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3685 is #14C97A. Grayscale: #747474. Windows color (decimal): -1362299 or 8730347. OLE color: 8730347.

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

Color convert

RGB 235 54 133 -
CMYK 0 0.77 0.43 0.08
HSL 333.81º 0.82% 0.57% -
HSV(B) 333.81º 0.77% 0.92% -
XYZ 39.81 21.99 24.34 -
YUV 117.13 136.97 212.08 -
System Red Green Blue C M Y K H S L
Decimal 235 54 133 0 0.77 0.43 0.08 333.81 0.82 0.57
Hex EB 36 85 0 4D 2B 8 14E 52 39
Octal 353 66 205 0 115 53 10 516 122 71
Binary 11101011 110110 10000101 0 1001101 101011 1000 101001110 1010010 111001

Color Harmonies of #EB3685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3685

Black with #EB3685

Text Example


Text Example

White with #EB3685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3685; }

 p { color: rgb(235,54,133); }

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

background-color css

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

 a { background-color: rgb(235,54,133); }

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

border-color css

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

 span { border-color: rgb(235,54,133); }

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