Html Css Color HEX #EB268A Deep Cerise

📋 copy color: '#EB268A'

red 235 ◦ green 38 ◦ blue 138

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

Shades of Deep Cerise #EB268A

Tints of Deep Cerise #EB268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 57.18%
G = 9.25%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB268A (or 0xEB268A) is known color: Deep Cerise. HEX triplet: EB, 26 and 8A. RGB value is (235,38,138). Sum of RGB (Red+Green+Blue) = 235+38+138=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB268A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB268A is #14D975. Grayscale: #6C6C6C. Windows color (decimal): -1366390 or 9053931. OLE color: 9053931.

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

Color convert

RGB 235 38 138 -
CMYK 0 0.84 0.41 0.08
HSL 329.54º 0.83% 0.54% -
HSV(B) 329.54º 0.84% 0.92% -
XYZ 39.54 20.88 25.99 -
YUV 108.3 144.77 218.37 -
System Red Green Blue C M Y K H S L
Decimal 235 38 138 0 0.84 0.41 0.08 329.54 0.83 0.54
Hex EB 26 8A 0 54 29 8 14A 53 36
Octal 353 46 212 0 124 51 10 512 123 66
Binary 11101011 100110 10001010 0 1010100 101001 1000 101001010 1010011 110110

Color Harmonies of #EB268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB268A

Black with #EB268A

Text Example


Text Example

White with #EB268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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