Html Css Color HEX #EB257F Deep Cerise

📋 copy color: '#EB257F'

red 235 ◦ green 37 ◦ blue 127

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

Shades of Deep Cerise #EB257F

Tints of Deep Cerise #EB257F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.83%

R = 58.9%
G = 9.27%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB257F (or 0xEB257F) is known color: Deep Cerise. HEX triplet: EB, 25 and 7F. RGB value is (235,37,127). Sum of RGB (Red+Green+Blue) = 235+37+127=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB257F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB257F is #14DA80. Grayscale: #6A6A6A. Windows color (decimal): -1366657 or 8332779. OLE color: 8332779.

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

Color convert

RGB 235 37 127 -
CMYK 0 0.84 0.46 0.08
HSL 332.73º 0.83% 0.53% -
HSV(B) 332.73º 0.84% 0.92% -
XYZ 38.75 20.52 22 -
YUV 106.46 139.6 219.68 -
System Red Green Blue C M Y K H S L
Decimal 235 37 127 0 0.84 0.46 0.08 332.73 0.83 0.53
Hex EB 25 7F 0 54 2E 8 14D 53 35
Octal 353 45 177 0 124 56 10 515 123 65
Binary 11101011 100101 1111111 0 1010100 101110 1000 101001101 1010011 110101

Color Harmonies of #EB257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB257F

Black with #EB257F

Text Example


Text Example

White with #EB257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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