Html Css Color HEX #EA6DE0 Orchid

📋 copy color: '#EA6DE0'

red 234 ◦ green 109 ◦ blue 224

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

Shades of Orchid #EA6DE0

Tints of Orchid #EA6DE0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.22%

 BLUE value IS 224 (87.89% from 255) = 39.51%

R = 41.27%
G = 19.22%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EA6DE0 (or 0xEA6DE0) is known color: Orchid. HEX triplet: EA, 6D and E0. RGB value is (234,109,224). Sum of RGB (Red+Green+Blue) = 234+109+224=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 109 (42.97% from 255 or 19.22% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DE0 is #15921F. Grayscale: #9F9F9F. Windows color (decimal): -1413664 or 14708202. OLE color: 14708202.

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

Color convert

RGB 234 109 224 -
CMYK 0 0.53 0.04 0.08
HSL 304.8º 0.75% 0.67% -
HSV(B) 304.8º 0.53% 0.92% -
XYZ 52.85 33.81 74.26 -
YUV 159.49 164.41 181.15 -
System Red Green Blue C M Y K H S L
Decimal 234 109 224 0 0.53 0.04 0.08 304.8 0.75 0.67
Hex EA 6D E0 0 35 4 8 131 4B 43
Octal 352 155 340 0 65 4 10 461 113 103
Binary 11101010 1101101 11100000 0 110101 100 1000 100110001 1001011 1000011

Color Harmonies of #EA6DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6DE0

Black with #EA6DE0

Text Example


Text Example

White with #EA6DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6DE0; }

 p { color: rgb(234,109,224); }

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

background-color css

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

 a { background-color: rgb(234,109,224); }

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

border-color css

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

 span { border-color: rgb(234,109,224); }

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