Html Css Color HEX #EA73E0 Orchid

📋 copy color: '#EA73E0'

red 234 ◦ green 115 ◦ blue 224

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

Shades of Orchid #EA73E0

Tints of Orchid #EA73E0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.07%

 BLUE value IS 224 (87.89% from 255) = 39.09%

R = 40.84%
G = 20.07%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EA73E0 (or 0xEA73E0) is known color: Orchid. HEX triplet: EA, 73 and E0. RGB value is (234,115,224). Sum of RGB (Red+Green+Blue) = 234+115+224=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73E0 is #158C1F. Grayscale: #A2A2A2. Windows color (decimal): -1412128 or 14709738. OLE color: 14709738.

HSL color Cylindrical-coordinate representation of color #EA73E0: hue angle of 305.04º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA73E0 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 115 224 -
CMYK 0 0.51 0.04 0.08
HSL 305.04º 0.74% 0.68% -
HSV(B) 305.04º 0.51% 0.92% -
XYZ 53.52 35.14 74.48 -
YUV 163.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 234 115 224 0 0.51 0.04 0.08 305.04 0.74 0.68
Hex EA 73 E0 0 33 4 8 131 4A 44
Octal 352 163 340 0 63 4 10 461 112 104
Binary 11101010 1110011 11100000 0 110011 100 1000 100110001 1001010 1000100

Color Harmonies of #EA73E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA73E0

Black with #EA73E0

Text Example


Text Example

White with #EA73E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA73E0; }

 p { color: rgb(234,115,224); }

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

background-color css

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

 a { background-color: rgb(234,115,224); }

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

border-color css

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

 span { border-color: rgb(234,115,224); }

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