Html Css Color HEX #EA73DA Orchid

📋 copy color: '#EA73DA'

red 234 ◦ green 115 ◦ blue 218

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

Shades of Orchid #EA73DA

Tints of Orchid #EA73DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 41.27%
G = 20.28%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA73DA (or 0xEA73DA) is known color: Orchid. HEX triplet: EA, 73 and DA. RGB value is (234,115,218). Sum of RGB (Red+Green+Blue) = 234+115+218=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73DA is #158C25. Grayscale: #A2A2A2. Windows color (decimal): -1412134 or 14316522. OLE color: 14316522.

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

Color convert

RGB 234 115 218 -
CMYK 0 0.51 0.07 0.08
HSL 308.07º 0.74% 0.68% -
HSV(B) 308.07º 0.51% 0.92% -
XYZ 52.72 34.82 70.27 -
YUV 162.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 234 115 218 0 0.51 0.07 0.08 308.07 0.74 0.68
Hex EA 73 DA 0 33 7 8 134 4A 44
Octal 352 163 332 0 63 7 10 464 112 104
Binary 11101010 1110011 11011010 0 110011 111 1000 100110100 1001010 1000100

Color Harmonies of #EA73DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA73DA

Black with #EA73DA

Text Example


Text Example

White with #EA73DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA73DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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