Html Css Color HEX #EB257A Deep Cerise

📋 copy color: '#EB257A'

red 235 ◦ green 37 ◦ blue 122

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

Shades of Deep Cerise #EB257A

Tints of Deep Cerise #EB257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 59.64%
G = 9.39%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB257A (or 0xEB257A) is known color: Deep Cerise. HEX triplet: EB, 25 and 7A. RGB value is (235,37,122). Sum of RGB (Red+Green+Blue) = 235+37+122=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB257A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB257A is #14DA85. Grayscale: #696969. Windows color (decimal): -1366662 or 8005099. OLE color: 8005099.

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

Color convert

RGB 235 37 122 -
CMYK 0 0.84 0.48 0.08
HSL 334.24º 0.83% 0.53% -
HSV(B) 334.24º 0.84% 0.92% -
XYZ 38.44 20.39 20.32 -
YUV 105.89 137.1 220.09 -
System Red Green Blue C M Y K H S L
Decimal 235 37 122 0 0.84 0.48 0.08 334.24 0.83 0.53
Hex EB 25 7A 0 54 30 8 14E 53 35
Octal 353 45 172 0 124 60 10 516 123 65
Binary 11101011 100101 1111010 0 1010100 110000 1000 101001110 1010011 110101

Color Harmonies of #EB257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB257A

Black with #EB257A

Text Example


Text Example

White with #EB257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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