Html Css Color HEX #EF447F Violet Red

📋 copy color: '#EF447F'

red 239 ◦ green 68 ◦ blue 127

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

Shades of Violet Red #EF447F

Tints of Violet Red #EF447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.67%

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

R = 55.07%
G = 15.67%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF447F (or 0xEF447F) is known color: Violet Red. HEX triplet: EF, 44 and 7F. RGB value is (239,68,127). Sum of RGB (Red+Green+Blue) = 239+68+127=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF447F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF447F is #10BB80. Grayscale: #7D7D7D. Windows color (decimal): -1096577 or 8340719. OLE color: 8340719.

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

Color convert

RGB 239 68 127 -
CMYK 0 0.72 0.47 0.06
HSL 339.3º 0.84% 0.6% -
HSV(B) 339.3º 0.72% 0.94% -
XYZ 41.49 24.02 22.53 -
YUV 125.86 128.65 208.7 -
System Red Green Blue C M Y K H S L
Decimal 239 68 127 0 0.72 0.47 0.06 339.3 0.84 0.6
Hex EF 44 7F 0 48 2F 6 153 54 3C
Octal 357 104 177 0 110 57 6 523 124 74
Binary 11101111 1000100 1111111 0 1001000 101111 110 101010011 1010100 111100

Color Harmonies of #EF447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF447F

Black with #EF447F

Text Example


Text Example

White with #EF447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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