Html Css Color HEX #EA6EDD Orchid

📋 copy color: '#EA6EDD'

red 234 ◦ green 110 ◦ blue 221

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

Shades of Orchid #EA6EDD

Tints of Orchid #EA6EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 41.42%
G = 19.47%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA6EDD (or 0xEA6EDD) is known color: Orchid. HEX triplet: EA, 6E and DD. RGB value is (234,110,221). Sum of RGB (Red+Green+Blue) = 234+110+221=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6EDD is #159122. Grayscale: #9F9F9F. Windows color (decimal): -1413411 or 14511850. OLE color: 14511850.

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

Color convert

RGB 234 110 221 -
CMYK 0 0.53 0.06 0.08
HSL 306.29º 0.75% 0.67% -
HSV(B) 306.29º 0.53% 0.92% -
XYZ 52.56 33.86 72.17 -
YUV 159.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 234 110 221 0 0.53 0.06 0.08 306.29 0.75 0.67
Hex EA 6E DD 0 35 6 8 132 4B 43
Octal 352 156 335 0 65 6 10 462 113 103
Binary 11101010 1101110 11011101 0 110101 110 1000 100110010 1001011 1000011

Color Harmonies of #EA6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6EDD

Black with #EA6EDD

Text Example


Text Example

White with #EA6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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