Html Css Color HEX #EA73D2 Orchid

📋 copy color: '#EA73D2'

red 234 ◦ green 115 ◦ blue 210

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

Shades of Orchid #EA73D2

Tints of Orchid #EA73D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.57%

R = 41.86%
G = 20.57%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA73D2 (or 0xEA73D2) is known color: Orchid. HEX triplet: EA, 73 and D2. RGB value is (234,115,210). Sum of RGB (Red+Green+Blue) = 234+115+210=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73D2 is #158C2D. Grayscale: #A1A1A1. Windows color (decimal): -1412142 or 13792234. OLE color: 13792234.

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

Color convert

RGB 234 115 210 -
CMYK 0 0.51 0.10 0.08
HSL 312.1º 0.74% 0.68% -
HSV(B) 312.1º 0.51% 0.92% -
XYZ 51.7 34.41 64.89 -
YUV 161.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 234 115 210 0 0.51 0.10 0.08 312.1 0.74 0.68
Hex EA 73 D2 0 33 A 8 138 4A 44
Octal 352 163 322 0 63 12 10 470 112 104
Binary 11101010 1110011 11010010 0 110011 1010 1000 100111000 1001010 1000100

Color Harmonies of #EA73D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA73D2

Black with #EA73D2

Text Example


Text Example

White with #EA73D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA73D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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