Html Css Color HEX #EF217B Deep Cerise

📋 copy color: '#EF217B'

red 239 ◦ green 33 ◦ blue 123

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

Shades of Deep Cerise #EF217B

Tints of Deep Cerise #EF217B

RGB

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

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

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

R = 60.51%
G = 8.35%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF217B (or 0xEF217B) is known color: Deep Cerise. HEX triplet: EF, 21 and 7B. RGB value is (239,33,123). Sum of RGB (Red+Green+Blue) = 239+33+123=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF217B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF217B is #10DE84. Grayscale: #686868. Windows color (decimal): -1105541 or 8069615. OLE color: 8069615.

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

Color convert

RGB 239 33 123 -
CMYK 0 0.86 0.49 0.06
HSL 333.79º 0.87% 0.53% -
HSV(B) 333.79º 0.86% 0.94% -
XYZ 39.72 20.87 20.67 -
YUV 104.85 138.25 223.68 -
System Red Green Blue C M Y K H S L
Decimal 239 33 123 0 0.86 0.49 0.06 333.79 0.87 0.53
Hex EF 21 7B 0 56 31 6 14E 57 35
Octal 357 41 173 0 126 61 6 516 127 65
Binary 11101111 100001 1111011 0 1010110 110001 110 101001110 1010111 110101

Color Harmonies of #EF217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF217B

Black with #EF217B

Text Example


Text Example

White with #EF217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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