Html Css Color HEX #EA6EDA Orchid

📋 copy color: '#EA6EDA'

red 234 ◦ green 110 ◦ blue 218

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

Shades of Orchid #EA6EDA

Tints of Orchid #EA6EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.57%

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

R = 41.64%
G = 19.57%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA6EDA (or 0xEA6EDA) is known color: Orchid. HEX triplet: EA, 6E and DA. RGB value is (234,110,218). Sum of RGB (Red+Green+Blue) = 234+110+218=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6EDA is #159125. Grayscale: #9F9F9F. Windows color (decimal): -1413414 or 14315242. OLE color: 14315242.

HSL color Cylindrical-coordinate representation of color #EA6EDA: hue angle of 307.74º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6EDA is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 110 218 -
CMYK 0 0.53 0.07 0.08
HSL 307.74º 0.75% 0.67% -
HSV(B) 307.74º 0.53% 0.92% -
XYZ 52.16 33.71 70.09 -
YUV 159.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 234 110 218 0 0.53 0.07 0.08 307.74 0.75 0.67
Hex EA 6E DA 0 35 7 8 134 4B 43
Octal 352 156 332 0 65 7 10 464 113 103
Binary 11101010 1101110 11011010 0 110101 111 1000 100110100 1001011 1000011

Color Harmonies of #EA6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6EDA

Black with #EA6EDA

Text Example


Text Example

White with #EA6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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