Html Css Color HEX #EA6DE5 Orchid

📋 copy color: '#EA6DE5'

red 234 ◦ green 109 ◦ blue 229

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

Shades of Orchid #EA6DE5

Tints of Orchid #EA6DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.03%

R = 40.91%
G = 19.06%
B = 40.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EA6DE5 (or 0xEA6DE5) is known color: Orchid. HEX triplet: EA, 6D and E5. RGB value is (234,109,229). Sum of RGB (Red+Green+Blue) = 234+109+229=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 109 (42.97% from 255 or 19.06% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DE5 is #15921A. Grayscale: #9F9F9F. Windows color (decimal): -1413659 or 15035882. OLE color: 15035882.

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

Color convert

RGB 234 109 229 -
CMYK 0 0.53 0.02 0.08
HSL 302.4º 0.75% 0.67% -
HSV(B) 302.4º 0.53% 0.92% -
XYZ 53.54 34.09 77.89 -
YUV 160.06 166.91 180.74 -
System Red Green Blue C M Y K H S L
Decimal 234 109 229 0 0.53 0.02 0.08 302.4 0.75 0.67
Hex EA 6D E5 0 35 2 8 12E 4B 43
Octal 352 155 345 0 65 2 10 456 113 103
Binary 11101010 1101101 11100101 0 110101 10 1000 100101110 1001011 1000011

Color Harmonies of #EA6DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6DE5

Black with #EA6DE5

Text Example


Text Example

White with #EA6DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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