Html Css Color HEX #EB308A Deep Cerise

📋 copy color: '#EB308A'

red 235 ◦ green 48 ◦ blue 138

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

Shades of Deep Cerise #EB308A

Tints of Deep Cerise #EB308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.78%

R = 55.82%
G = 11.4%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB308A (or 0xEB308A) is known color: Deep Cerise. HEX triplet: EB, 30 and 8A. RGB value is (235,48,138). Sum of RGB (Red+Green+Blue) = 235+48+138=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB308A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB308A is #14CF75. Grayscale: #727272. Windows color (decimal): -1363830 or 9056491. OLE color: 9056491.

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

Color convert

RGB 235 48 138 -
CMYK 0 0.80 0.41 0.08
HSL 331.12º 0.82% 0.55% -
HSV(B) 331.12º 0.8% 0.92% -
XYZ 39.91 21.61 26.11 -
YUV 114.17 141.45 214.18 -
System Red Green Blue C M Y K H S L
Decimal 235 48 138 0 0.80 0.41 0.08 331.12 0.82 0.55
Hex EB 30 8A 0 50 29 8 14B 52 37
Octal 353 60 212 0 120 51 10 513 122 67
Binary 11101011 110000 10001010 0 1010000 101001 1000 101001011 1010010 110111

Color Harmonies of #EB308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB308A

Black with #EB308A

Text Example


Text Example

White with #EB308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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