Html Css Color HEX #EB267D Deep Cerise

📋 copy color: '#EB267D'

red 235 ◦ green 38 ◦ blue 125

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

Shades of Deep Cerise #EB267D

Tints of Deep Cerise #EB267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.55%

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 59.05%
G = 9.55%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB267D (or 0xEB267D) is known color: Deep Cerise. HEX triplet: EB, 26 and 7D. RGB value is (235,38,125). Sum of RGB (Red+Green+Blue) = 235+38+125=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB267D is #14D982. Grayscale: #6A6A6A. Windows color (decimal): -1366403 or 8201963. OLE color: 8201963.

HSL color Cylindrical-coordinate representation of color #EB267D: hue angle of 333.5º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB267D is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 38 125 -
CMYK 0 0.84 0.47 0.08
HSL 333.5º 0.83% 0.54% -
HSV(B) 333.5º 0.84% 0.92% -
XYZ 38.66 20.53 21.33 -
YUV 106.82 138.27 219.43 -
System Red Green Blue C M Y K H S L
Decimal 235 38 125 0 0.84 0.47 0.08 333.5 0.83 0.54
Hex EB 26 7D 0 54 2F 8 14E 53 36
Octal 353 46 175 0 124 57 10 516 123 66
Binary 11101011 100110 1111101 0 1010100 101111 1000 101001110 1010011 110110

Color Harmonies of #EB267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB267D

Black with #EB267D

Text Example


Text Example

White with #EB267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB267D; }

 p { color: rgb(235,38,125); }

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

background-color css

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

 a { background-color: rgb(235,38,125); }

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

border-color css

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

 span { border-color: rgb(235,38,125); }

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