Html Css Color HEX #E0258B Deep Cerise

📋 copy color: '#E0258B'

red 224 ◦ green 37 ◦ blue 139

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

Shades of Deep Cerise #E0258B

Tints of Deep Cerise #E0258B

RGB

 RED value IS 224 (87.89% from 255) = 56%

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

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

R = 56%
G = 9.25%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0258B (or 0xE0258B) is known color: Deep Cerise. HEX triplet: E0, 25 and 8B. RGB value is (224,37,139). Sum of RGB (Red+Green+Blue) = 224+37+139=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E0258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0258B is #1FDA74. Grayscale: #686868. Windows color (decimal): -2087541 or 9119200. OLE color: 9119200.

HSL color Cylindrical-coordinate representation of color #E0258B: hue angle of 327.27º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0258B is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 37 139 -
CMYK 0 0.83 0.38 0.12
HSL 327.27º 0.75% 0.51% -
HSV(B) 327.27º 0.83% 0.88% -
XYZ 36.06 19.03 26.2 -
YUV 104.54 147.45 213.21 -
System Red Green Blue C M Y K H S L
Decimal 224 37 139 0 0.83 0.38 0.12 327.27 0.75 0.51
Hex E0 25 8B 0 53 26 C 147 4B 33
Octal 340 45 213 0 123 46 14 507 113 63
Binary 11100000 100101 10001011 0 1010011 100110 1100 101000111 1001011 110011

Color Harmonies of #E0258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0258B

Black with #E0258B

Text Example


Text Example

White with #E0258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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