Html Css Color HEX #EB268E Deep Cerise

📋 copy color: '#EB268E'

red 235 ◦ green 38 ◦ blue 142

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

Shades of Deep Cerise #EB268E

Tints of Deep Cerise #EB268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 56.63%
G = 9.16%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB268E (or 0xEB268E) is known color: Deep Cerise. HEX triplet: EB, 26 and 8E. RGB value is (235,38,142). Sum of RGB (Red+Green+Blue) = 235+38+142=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB268E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB268E is #14D971. Grayscale: #6C6C6C. Windows color (decimal): -1366386 or 9316075. OLE color: 9316075.

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

Color convert

RGB 235 38 142 -
CMYK 0 0.84 0.40 0.08
HSL 328.32º 0.83% 0.54% -
HSV(B) 328.32º 0.84% 0.92% -
XYZ 39.84 21 27.55 -
YUV 108.76 146.77 218.04 -
System Red Green Blue C M Y K H S L
Decimal 235 38 142 0 0.84 0.40 0.08 328.32 0.83 0.54
Hex EB 26 8E 0 54 28 8 148 53 36
Octal 353 46 216 0 124 50 10 510 123 66
Binary 11101011 100110 10001110 0 1010100 101000 1000 101001000 1010011 110110

Color Harmonies of #EB268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB268E

Black with #EB268E

Text Example


Text Example

White with #EB268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB268E; }

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

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

background-color css

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

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

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

border-color css

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

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

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