Html Css Color HEX #EF278A Deep Cerise

📋 copy color: '#EF278A'

red 239 ◦ green 39 ◦ blue 138

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

Shades of Deep Cerise #EF278A

Tints of Deep Cerise #EF278A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.38%

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

R = 57.45%
G = 9.38%
B = 33.17%

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

#EF278A (or 0xEF278A) is known color: Deep Cerise. HEX triplet: EF, 27 and 8A. RGB value is (239,39,138). Sum of RGB (Red+Green+Blue) = 239+39+138=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF278A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF278A is #10D875. Grayscale: #6D6D6D. Windows color (decimal): -1103990 or 9054191. OLE color: 9054191.

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

Color convert

RGB 239 39 138 -
CMYK 0 0.84 0.42 0.06
HSL 330.3º 0.86% 0.55% -
HSV(B) 330.3º 0.84% 0.94% -
XYZ 40.91 21.64 26.06 -
YUV 110.09 143.76 219.95 -
System Red Green Blue C M Y K H S L
Decimal 239 39 138 0 0.84 0.42 0.06 330.3 0.86 0.55
Hex EF 27 8A 0 54 2A 6 14A 56 37
Octal 357 47 212 0 124 52 6 512 126 67
Binary 11101111 100111 10001010 0 1010100 101010 110 101001010 1010110 110111

Color Harmonies of #EF278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF278A

Black with #EF278A

Text Example


Text Example

White with #EF278A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF278A; }

 p { color: rgb(239,39,138); }

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

background-color css

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

 a { background-color: rgb(239,39,138); }

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

border-color css

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

 span { border-color: rgb(239,39,138); }

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