Html Css Color HEX #EF277D Deep Cerise

📋 copy color: '#EF277D'

red 239 ◦ green 39 ◦ blue 125

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

Shades of Deep Cerise #EF277D

Tints of Deep Cerise #EF277D

RGB

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

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

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

R = 59.31%
G = 9.68%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF277D (or 0xEF277D) is known color: Deep Cerise. HEX triplet: EF, 27 and 7D. RGB value is (239,39,125). Sum of RGB (Red+Green+Blue) = 239+39+125=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF277D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF277D is #10D882. Grayscale: #6C6C6C. Windows color (decimal): -1104003 or 8202223. OLE color: 8202223.

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

Color convert

RGB 239 39 125 -
CMYK 0 0.84 0.48 0.06
HSL 334.2º 0.86% 0.55% -
HSV(B) 334.2º 0.84% 0.94% -
XYZ 40.02 21.28 21.4 -
YUV 108.6 137.26 221.01 -
System Red Green Blue C M Y K H S L
Decimal 239 39 125 0 0.84 0.48 0.06 334.2 0.86 0.55
Hex EF 27 7D 0 54 30 6 14E 56 37
Octal 357 47 175 0 124 60 6 516 126 67
Binary 11101111 100111 1111101 0 1010100 110000 110 101001110 1010110 110111

Color Harmonies of #EF277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF277D

Black with #EF277D

Text Example


Text Example

White with #EF277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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