Html Css Color HEX #EF277B Deep Cerise

📋 copy color: '#EF277B'

red 239 ◦ green 39 ◦ blue 123

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

Shades of Deep Cerise #EF277B

Tints of Deep Cerise #EF277B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.67%

R = 59.6%
G = 9.73%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF277B (or 0xEF277B) is known color: Deep Cerise. HEX triplet: EF, 27 and 7B. RGB value is (239,39,123). Sum of RGB (Red+Green+Blue) = 239+39+123=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF277B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF277B is #10D884. Grayscale: #6C6C6C. Windows color (decimal): -1104005 or 8071151. OLE color: 8071151.

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

Color convert

RGB 239 39 123 -
CMYK 0 0.84 0.49 0.06
HSL 334.8º 0.86% 0.55% -
HSV(B) 334.8º 0.84% 0.94% -
XYZ 39.9 21.23 20.73 -
YUV 108.38 136.26 221.17 -
System Red Green Blue C M Y K H S L
Decimal 239 39 123 0 0.84 0.49 0.06 334.8 0.86 0.55
Hex EF 27 7B 0 54 31 6 14F 56 37
Octal 357 47 173 0 124 61 6 517 126 67
Binary 11101111 100111 1111011 0 1010100 110001 110 101001111 1010110 110111

Color Harmonies of #EF277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF277B

Black with #EF277B

Text Example


Text Example

White with #EF277B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF277B; }

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

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

background-color css

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

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

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

border-color css

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

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

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