Html Css Color HEX #E069E0 Orchid

📋 copy color: '#E069E0'

red 224 ◦ green 105 ◦ blue 224

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

Shades of Orchid #E069E0

Tints of Orchid #E069E0

RGB

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

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

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

R = 40.51%
G = 18.99%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E069E0 (or 0xE069E0) is known color: Orchid. HEX triplet: E0, 69 and E0. RGB value is (224,105,224). Sum of RGB (Red+Green+Blue) = 224+105+224=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E069E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069E0 is #1F961F. Grayscale: #999999. Windows color (decimal): -2070048 or 14707168. OLE color: 14707168.

HSL color Cylindrical-coordinate representation of color #E069E0: hue angle of 300º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069E0 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 105 224 -
CMYK 0 0.53 0 0.12
HSL 300º 0.66% 0.65% -
HSV(B) 300º 0.53% 0.88% -
XYZ 49.25 31.33 73.97 -
YUV 154.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 224 105 224 0 0.53 0 0.12 300 0.66 0.65
Hex E0 69 E0 0 35 0 C 12C 42 41
Octal 340 151 340 0 65 0 14 454 102 101
Binary 11100000 1101001 11100000 0 110101 0 1100 100101100 1000010 1000001

Color Harmonies of #E069E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069E0

Black with #E069E0

Text Example


Text Example

White with #E069E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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