Html Css Color HEX #EB308D Deep Cerise

📋 copy color: '#EB308D'

red 235 ◦ green 48 ◦ blue 141

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

Shades of Deep Cerise #EB308D

Tints of Deep Cerise #EB308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.32%

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 55.42%
G = 11.32%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB308D (or 0xEB308D) is known color: Deep Cerise. HEX triplet: EB, 30 and 8D. RGB value is (235,48,141). Sum of RGB (Red+Green+Blue) = 235+48+141=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB308D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB308D is #14CF72. Grayscale: #727272. Windows color (decimal): -1363827 or 9253099. OLE color: 9253099.

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

Color convert

RGB 235 48 141 -
CMYK 0 0.80 0.4 0.08
HSL 330.16º 0.82% 0.55% -
HSV(B) 330.16º 0.8% 0.92% -
XYZ 40.13 21.7 27.27 -
YUV 114.52 142.95 213.94 -
System Red Green Blue C M Y K H S L
Decimal 235 48 141 0 0.80 0.4 0.08 330.16 0.82 0.55
Hex EB 30 8D 0 50 28 8 14A 52 37
Octal 353 60 215 0 120 50 10 512 122 67
Binary 11101011 110000 10001101 0 1010000 101000 1000 101001010 1010010 110111

Color Harmonies of #EB308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB308D

Black with #EB308D

Text Example


Text Example

White with #EB308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB308D; }

 p { color: rgb(235,48,141); }

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

background-color css

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

 a { background-color: rgb(235,48,141); }

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

border-color css

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

 span { border-color: rgb(235,48,141); }

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