Html Css Color HEX #EF317A Deep Cerise

📋 copy color: '#EF317A'

red 239 ◦ green 49 ◦ blue 122

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

Shades of Deep Cerise #EF317A

Tints of Deep Cerise #EF317A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.95%

 BLUE value IS 122 (48.05% from 255) = 29.76%

R = 58.29%
G = 11.95%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF317A (or 0xEF317A) is known color: Deep Cerise. HEX triplet: EF, 31 and 7A. RGB value is (239,49,122). Sum of RGB (Red+Green+Blue) = 239+49+122=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF317A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF317A is #10CE85. Grayscale: #727272. Windows color (decimal): -1101446 or 8008175. OLE color: 8008175.

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

Color convert

RGB 239 49 122 -
CMYK 0 0.79 0.49 0.06
HSL 336.95º 0.86% 0.56% -
HSV(B) 336.95º 0.79% 0.94% -
XYZ 40.21 21.95 20.53 -
YUV 114.13 132.45 217.06 -
System Red Green Blue C M Y K H S L
Decimal 239 49 122 0 0.79 0.49 0.06 336.95 0.86 0.56
Hex EF 31 7A 0 4F 31 6 151 56 38
Octal 357 61 172 0 117 61 6 521 126 70
Binary 11101111 110001 1111010 0 1001111 110001 110 101010001 1010110 111000

Color Harmonies of #EF317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF317A

Black with #EF317A

Text Example


Text Example

White with #EF317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF317A; }

 p { color: rgb(239,49,122); }

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

background-color css

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

 a { background-color: rgb(239,49,122); }

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

border-color css

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

 span { border-color: rgb(239,49,122); }

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