Html Css Color HEX #EB258D Deep Cerise

📋 copy color: '#EB258D'

red 235 ◦ green 37 ◦ blue 141

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

Shades of Deep Cerise #EB258D

Tints of Deep Cerise #EB258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.96%

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

R = 56.9%
G = 8.96%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB258D (or 0xEB258D) is known color: Deep Cerise. HEX triplet: EB, 25 and 8D. RGB value is (235,37,141). Sum of RGB (Red+Green+Blue) = 235+37+141=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB258D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB258D is #14DA72. Grayscale: #6B6B6B. Windows color (decimal): -1366643 or 9250283. OLE color: 9250283.

HSL color Cylindrical-coordinate representation of color #EB258D: hue angle of 328.48º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB258D is Cyan = 0, Magento = 0.84, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 37 141 -
CMYK 0 0.84 0.4 0.08
HSL 328.48º 0.83% 0.53% -
HSV(B) 328.48º 0.84% 0.92% -
XYZ 39.73 20.91 27.14 -
YUV 108.06 146.6 218.54 -
System Red Green Blue C M Y K H S L
Decimal 235 37 141 0 0.84 0.4 0.08 328.48 0.83 0.53
Hex EB 25 8D 0 54 28 8 148 53 35
Octal 353 45 215 0 124 50 10 510 123 65
Binary 11101011 100101 10001101 0 1010100 101000 1000 101001000 1010011 110101

Color Harmonies of #EB258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB258D

Black with #EB258D

Text Example


Text Example

White with #EB258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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