Html Css Color HEX #EF217F Deep Cerise

📋 copy color: '#EF217F'

red 239 ◦ green 33 ◦ blue 127

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

Shades of Deep Cerise #EF217F

Tints of Deep Cerise #EF217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.27%

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

R = 59.9%
G = 8.27%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF217F (or 0xEF217F) is known color: Deep Cerise. HEX triplet: EF, 21 and 7F. RGB value is (239,33,127). Sum of RGB (Red+Green+Blue) = 239+33+127=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF217F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF217F is #10DE80. Grayscale: #696969. Windows color (decimal): -1105537 or 8331759. OLE color: 8331759.

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

Color convert

RGB 239 33 127 -
CMYK 0 0.86 0.47 0.06
HSL 332.62º 0.87% 0.53% -
HSV(B) 332.62º 0.86% 0.94% -
XYZ 39.97 20.97 22.02 -
YUV 105.31 140.25 223.36 -
System Red Green Blue C M Y K H S L
Decimal 239 33 127 0 0.86 0.47 0.06 332.62 0.87 0.53
Hex EF 21 7F 0 56 2F 6 14D 57 35
Octal 357 41 177 0 126 57 6 515 127 65
Binary 11101111 100001 1111111 0 1010110 101111 110 101001101 1010111 110101

Color Harmonies of #EF217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF217F

Black with #EF217F

Text Example


Text Example

White with #EF217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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