Html Css Color HEX #EB257B Deep Cerise

📋 copy color: '#EB257B'

red 235 ◦ green 37 ◦ blue 123

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

Shades of Deep Cerise #EB257B

Tints of Deep Cerise #EB257B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.14%

R = 59.49%
G = 9.37%
B = 31.14%

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

#EB257B (or 0xEB257B) is known color: Deep Cerise. HEX triplet: EB, 25 and 7B. RGB value is (235,37,123). Sum of RGB (Red+Green+Blue) = 235+37+123=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB257B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB257B is #14DA84. Grayscale: #696969. Windows color (decimal): -1366661 or 8070635. OLE color: 8070635.

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

Color convert

RGB 235 37 123 -
CMYK 0 0.84 0.48 0.08
HSL 333.94º 0.83% 0.53% -
HSV(B) 333.94º 0.84% 0.92% -
XYZ 38.5 20.42 20.65 -
YUV 106.01 137.6 220.01 -
System Red Green Blue C M Y K H S L
Decimal 235 37 123 0 0.84 0.48 0.08 333.94 0.83 0.53
Hex EB 25 7B 0 54 30 8 14E 53 35
Octal 353 45 173 0 124 60 10 516 123 65
Binary 11101011 100101 1111011 0 1010100 110000 1000 101001110 1010011 110101

Color Harmonies of #EB257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB257B

Black with #EB257B

Text Example


Text Example

White with #EB257B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB257B; }

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

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

background-color css

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

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

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

border-color css

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

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

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