Html Css Color HEX #EF268B Deep Cerise

📋 copy color: '#EF268B'

red 239 ◦ green 38 ◦ blue 139

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

Shades of Deep Cerise #EF268B

Tints of Deep Cerise #EF268B

RGB

 RED value IS 239 (93.75% from 255) = 57.45%

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

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 57.45%
G = 9.13%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF268B (or 0xEF268B) is known color: Deep Cerise. HEX triplet: EF, 26 and 8B. RGB value is (239,38,139). Sum of RGB (Red+Green+Blue) = 239+38+139=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF268B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF268B is #10D974. Grayscale: #6D6D6D. Windows color (decimal): -1104245 or 9119471. OLE color: 9119471.

HSL color Cylindrical-coordinate representation of color #EF268B: hue angle of 329.85º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF268B is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 38 139 -
CMYK 0 0.84 0.42 0.06
HSL 329.85º 0.86% 0.54% -
HSV(B) 329.85º 0.84% 0.94% -
XYZ 40.95 21.6 26.44 -
YUV 109.61 144.59 220.29 -
System Red Green Blue C M Y K H S L
Decimal 239 38 139 0 0.84 0.42 0.06 329.85 0.86 0.54
Hex EF 26 8B 0 54 2A 6 14A 56 36
Octal 357 46 213 0 124 52 6 512 126 66
Binary 11101111 100110 10001011 0 1010100 101010 110 101001010 1010110 110110

Color Harmonies of #EF268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF268B

Black with #EF268B

Text Example


Text Example

White with #EF268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF268B; }

 p { color: rgb(239,38,139); }

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

background-color css

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

 a { background-color: rgb(239,38,139); }

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

border-color css

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

 span { border-color: rgb(239,38,139); }

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