Html Css Color HEX #EA427F Violet Red

📋 copy color: '#EA427F'

red 234 ◦ green 66 ◦ blue 127

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

Shades of Violet Red #EA427F

Tints of Violet Red #EA427F

RGB

 RED value IS 234 (91.8% from 255) = 54.8%

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

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

R = 54.8%
G = 15.46%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA427F (or 0xEA427F) is known color: Violet Red. HEX triplet: EA, 42 and 7F. RGB value is (234,66,127). Sum of RGB (Red+Green+Blue) = 234+66+127=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA427F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA427F is #15BD80. Grayscale: #7B7B7B. Windows color (decimal): -1424769 or 8340202. OLE color: 8340202.

HSL color Cylindrical-coordinate representation of color #EA427F: hue angle of 338.21º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA427F is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 66 127 -
CMYK 0 0.72 0.46 0.08
HSL 338.21º 0.8% 0.59% -
HSV(B) 338.21º 0.72% 0.92% -
XYZ 39.71 22.92 22.41 -
YUV 123.19 130.16 207.04 -
System Red Green Blue C M Y K H S L
Decimal 234 66 127 0 0.72 0.46 0.08 338.21 0.8 0.59
Hex EA 42 7F 0 48 2E 8 152 50 3B
Octal 352 102 177 0 110 56 10 522 120 73
Binary 11101010 1000010 1111111 0 1001000 101110 1000 101010010 1010000 111011

Color Harmonies of #EA427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA427F

Black with #EA427F

Text Example


Text Example

White with #EA427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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