Html Css Color HEX #EA6EE2 Orchid

📋 copy color: '#EA6EE2'

red 234 ◦ green 110 ◦ blue 226

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

Shades of Orchid #EA6EE2

Tints of Orchid #EA6EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.65%

R = 41.05%
G = 19.3%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EA6EE2 (or 0xEA6EE2) is known color: Orchid. HEX triplet: EA, 6E and E2. RGB value is (234,110,226). Sum of RGB (Red+Green+Blue) = 234+110+226=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6EE2 is #15911D. Grayscale: #9F9F9F. Windows color (decimal): -1413406 or 14839530. OLE color: 14839530.

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

Color convert

RGB 234 110 226 -
CMYK 0 0.53 0.03 0.08
HSL 303.87º 0.75% 0.67% -
HSV(B) 303.87º 0.53% 0.92% -
XYZ 53.24 34.14 75.73 -
YUV 160.3 165.08 180.57 -
System Red Green Blue C M Y K H S L
Decimal 234 110 226 0 0.53 0.03 0.08 303.87 0.75 0.67
Hex EA 6E E2 0 35 3 8 130 4B 43
Octal 352 156 342 0 65 3 10 460 113 103
Binary 11101010 1101110 11100010 0 110101 11 1000 100110000 1001011 1000011

Color Harmonies of #EA6EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6EE2

Black with #EA6EE2

Text Example


Text Example

White with #EA6EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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