Html Css Color HEX #EB257E Deep Cerise

📋 copy color: '#EB257E'

red 235 ◦ green 37 ◦ blue 126

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

Shades of Deep Cerise #EB257E

Tints of Deep Cerise #EB257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.66%

R = 59.05%
G = 9.3%
B = 31.66%

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

#EB257E (or 0xEB257E) is known color: Deep Cerise. HEX triplet: EB, 25 and 7E. RGB value is (235,37,126). Sum of RGB (Red+Green+Blue) = 235+37+126=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB257E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB257E is #14DA81. Grayscale: #6A6A6A. Windows color (decimal): -1366658 or 8267243. OLE color: 8267243.

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

Color convert

RGB 235 37 126 -
CMYK 0 0.84 0.46 0.08
HSL 333.03º 0.83% 0.53% -
HSV(B) 333.03º 0.84% 0.92% -
XYZ 38.69 20.49 21.65 -
YUV 106.35 139.1 219.76 -
System Red Green Blue C M Y K H S L
Decimal 235 37 126 0 0.84 0.46 0.08 333.03 0.83 0.53
Hex EB 25 7E 0 54 2E 8 14D 53 35
Octal 353 45 176 0 124 56 10 515 123 65
Binary 11101011 100101 1111110 0 1010100 101110 1000 101001101 1010011 110101

Color Harmonies of #EB257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB257E

Black with #EB257E

Text Example


Text Example

White with #EB257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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