Html Css Color HEX #EB3283 Deep Cerise

📋 copy color: '#EB3283'

red 235 ◦ green 50 ◦ blue 131

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

Shades of Deep Cerise #EB3283

Tints of Deep Cerise #EB3283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.02%

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 56.49%
G = 12.02%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EB3283 (or 0xEB3283) is known color: Deep Cerise. HEX triplet: EB, 32 and 83. RGB value is (235,50,131). Sum of RGB (Red+Green+Blue) = 235+50+131=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3283 is #14CD7C. Grayscale: #727272. Windows color (decimal): -1363325 or 8598251. OLE color: 8598251.

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

Color convert

RGB 235 50 131 -
CMYK 0 0.79 0.44 0.08
HSL 333.73º 0.82% 0.56% -
HSV(B) 333.73º 0.79% 0.92% -
XYZ 39.5 21.58 23.56 -
YUV 114.55 137.29 213.91 -
System Red Green Blue C M Y K H S L
Decimal 235 50 131 0 0.79 0.44 0.08 333.73 0.82 0.56
Hex EB 32 83 0 4F 2C 8 14E 52 38
Octal 353 62 203 0 117 54 10 516 122 70
Binary 11101011 110010 10000011 0 1001111 101100 1000 101001110 1010010 111000

Color Harmonies of #EB3283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3283

Black with #EB3283

Text Example


Text Example

White with #EB3283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3283; }

 p { color: rgb(235,50,131); }

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

background-color css

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

 a { background-color: rgb(235,50,131); }

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

border-color css

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

 span { border-color: rgb(235,50,131); }

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