Html Css Color HEX #EB258B Deep Cerise

📋 copy color: '#EB258B'

red 235 ◦ green 37 ◦ blue 139

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

Shades of Deep Cerise #EB258B

Tints of Deep Cerise #EB258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 57.18%
G = 9%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB258B (or 0xEB258B) is known color: Deep Cerise. HEX triplet: EB, 25 and 8B. RGB value is (235,37,139). Sum of RGB (Red+Green+Blue) = 235+37+139=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB258B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB258B is #14DA74. Grayscale: #6B6B6B. Windows color (decimal): -1366645 or 9119211. OLE color: 9119211.

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

Color convert

RGB 235 37 139 -
CMYK 0 0.84 0.41 0.08
HSL 329.09º 0.83% 0.53% -
HSV(B) 329.09º 0.84% 0.92% -
XYZ 39.58 20.85 26.36 -
YUV 107.83 145.6 218.71 -
System Red Green Blue C M Y K H S L
Decimal 235 37 139 0 0.84 0.41 0.08 329.09 0.83 0.53
Hex EB 25 8B 0 54 29 8 149 53 35
Octal 353 45 213 0 124 51 10 511 123 65
Binary 11101011 100101 10001011 0 1010100 101001 1000 101001001 1010011 110101

Color Harmonies of #EB258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB258B

Black with #EB258B

Text Example


Text Example

White with #EB258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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