Html Css Color HEX #EF427F Violet Red

📋 copy color: '#EF427F'

red 239 ◦ green 66 ◦ blue 127

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

Shades of Violet Red #EF427F

Tints of Violet Red #EF427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.28%

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

R = 55.32%
G = 15.28%
B = 29.4%

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

#EF427F (or 0xEF427F) is known color: Violet Red. HEX triplet: EF, 42 and 7F. RGB value is (239,66,127). Sum of RGB (Red+Green+Blue) = 239+66+127=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF427F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF427F is #10BD80. Grayscale: #7C7C7C. Windows color (decimal): -1097089 or 8340207. OLE color: 8340207.

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

Color convert

RGB 239 66 127 -
CMYK 0 0.72 0.47 0.06
HSL 338.84º 0.84% 0.6% -
HSV(B) 338.84º 0.72% 0.94% -
XYZ 41.38 23.78 22.49 -
YUV 124.68 129.31 209.54 -
System Red Green Blue C M Y K H S L
Decimal 239 66 127 0 0.72 0.47 0.06 338.84 0.84 0.6
Hex EF 42 7F 0 48 2F 6 153 54 3C
Octal 357 102 177 0 110 57 6 523 124 74
Binary 11101111 1000010 1111111 0 1001000 101111 110 101010011 1010100 111100

Color Harmonies of #EF427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF427F

Black with #EF427F

Text Example


Text Example

White with #EF427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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