Html Css Color HEX #E069E5 Orchid

📋 copy color: '#E069E5'

red 224 ◦ green 105 ◦ blue 229

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

Shades of Orchid #E069E5

Tints of Orchid #E069E5

RGB

 RED value IS 224 (87.89% from 255) = 40.14%

 GREEN value IS 105 (41.41% from 255) = 18.82%

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

R = 40.14%
G = 18.82%
B = 41.04%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E069E5 (or 0xE069E5) is known color: Orchid. HEX triplet: E0, 69 and E5. RGB value is (224,105,229). Sum of RGB (Red+Green+Blue) = 224+105+229=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #E069E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069E5 is #1F961A. Grayscale: #9A9A9A. Windows color (decimal): -2070043 or 15034848. OLE color: 15034848.

HSL color Cylindrical-coordinate representation of color #E069E5: hue angle of 297.58º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E069E5 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 105 229 -
CMYK 0.02 0.54 0 0.10
HSL 297.58º 0.7% 0.65% -
HSV(B) 297.58º 0.54% 0.9% -
XYZ 49.93 31.61 77.6 -
YUV 154.72 169.92 177.42 -
System Red Green Blue C M Y K H S L
Decimal 224 105 229 0.02 0.54 0 0.10 297.58 0.7 0.65
Hex E0 69 E5 2 36 0 A 12A 46 41
Octal 340 151 345 2 66 0 12 452 106 101
Binary 11100000 1101001 11100101 10 110110 0 1010 100101010 1000110 1000001

Color Harmonies of #E069E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069E5

Black with #E069E5

Text Example


Text Example

White with #E069E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069E5; }

 p { color: rgb(224,105,229); }

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

background-color css

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

 a { background-color: rgb(224,105,229); }

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

border-color css

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

 span { border-color: rgb(224,105,229); }

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