Html Css Color HEX #E069CE Orchid

📋 copy color: '#E069CE'

red 224 ◦ green 105 ◦ blue 206

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

Shades of Orchid #E069CE

Tints of Orchid #E069CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 41.87%
G = 19.63%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E069CE (or 0xE069CE) is known color: Orchid. HEX triplet: E0, 69 and CE. RGB value is (224,105,206). Sum of RGB (Red+Green+Blue) = 224+105+206=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E069CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069CE is #1F9631. Grayscale: #979797. Windows color (decimal): -2070066 or 13527520. OLE color: 13527520.

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

Color convert

RGB 224 105 206 -
CMYK 0 0.53 0.08 0.12
HSL 309.08º 0.66% 0.65% -
HSV(B) 309.08º 0.53% 0.88% -
XYZ 46.93 30.41 61.79 -
YUV 152.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 224 105 206 0 0.53 0.08 0.12 309.08 0.66 0.65
Hex E0 69 CE 0 35 8 C 135 42 41
Octal 340 151 316 0 65 10 14 465 102 101
Binary 11100000 1101001 11001110 0 110101 1000 1100 100110101 1000010 1000001

Color Harmonies of #E069CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069CE

Black with #E069CE

Text Example


Text Example

White with #E069CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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