Html Css Color HEX #EF2C7F Deep Cerise

📋 copy color: '#EF2C7F'

red 239 ◦ green 44 ◦ blue 127

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

Shades of Deep Cerise #EF2C7F

Tints of Deep Cerise #EF2C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.73%

 BLUE value IS 127 (50% from 255) = 30.98%

R = 58.29%
G = 10.73%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF2C7F (or 0xEF2C7F) is known color: Deep Cerise. HEX triplet: EF, 2C and 7F. RGB value is (239,44,127). Sum of RGB (Red+Green+Blue) = 239+44+127=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2C7F is #10D380. Grayscale: #6F6F6F. Windows color (decimal): -1102721 or 8334575. OLE color: 8334575.

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

Color convert

RGB 239 44 127 -
CMYK 0 0.82 0.47 0.06
HSL 334.46º 0.86% 0.55% -
HSV(B) 334.46º 0.82% 0.94% -
XYZ 40.33 21.68 22.14 -
YUV 111.77 136.6 218.75 -
System Red Green Blue C M Y K H S L
Decimal 239 44 127 0 0.82 0.47 0.06 334.46 0.86 0.55
Hex EF 2C 7F 0 52 2F 6 14E 56 37
Octal 357 54 177 0 122 57 6 516 126 67
Binary 11101111 101100 1111111 0 1010010 101111 110 101001110 1010110 110111

Color Harmonies of #EF2C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2C7F

Black with #EF2C7F

Text Example


Text Example

White with #EF2C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2C7F; }

 p { color: rgb(239,44,127); }

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

background-color css

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

 a { background-color: rgb(239,44,127); }

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

border-color css

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

 span { border-color: rgb(239,44,127); }

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