Html Css Color HEX #EA4285 Violet Red

📋 copy color: '#EA4285'

red 234 ◦ green 66 ◦ blue 133

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

Shades of Violet Red #EA4285

Tints of Violet Red #EA4285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 54.04%
G = 15.24%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA4285 (or 0xEA4285) is known color: Violet Red. HEX triplet: EA, 42 and 85. RGB value is (234,66,133). Sum of RGB (Red+Green+Blue) = 234+66+133=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4285 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4285 is #15BD7A. Grayscale: #7B7B7B. Windows color (decimal): -1424763 or 8733418. OLE color: 8733418.

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

Color convert

RGB 234 66 133 -
CMYK 0 0.72 0.43 0.08
HSL 336.07º 0.8% 0.59% -
HSV(B) 336.07º 0.72% 0.92% -
XYZ 40.11 23.08 24.53 -
YUV 123.87 133.16 206.55 -
System Red Green Blue C M Y K H S L
Decimal 234 66 133 0 0.72 0.43 0.08 336.07 0.8 0.59
Hex EA 42 85 0 48 2B 8 150 50 3B
Octal 352 102 205 0 110 53 10 520 120 73
Binary 11101010 1000010 10000101 0 1001000 101011 1000 101010000 1010000 111011

Color Harmonies of #EA4285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4285

Black with #EA4285

Text Example


Text Example

White with #EA4285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4285; }

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

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

background-color css

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

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

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

border-color css

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

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

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