Html Css Color HEX #E069C8 Orchid

📋 copy color: '#E069C8'

red 224 ◦ green 105 ◦ blue 200

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

Shades of Orchid #E069C8

Tints of Orchid #E069C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.81%

R = 42.34%
G = 19.85%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E069C8 (or 0xE069C8) is known color: Orchid. HEX triplet: E0, 69 and C8. RGB value is (224,105,200). Sum of RGB (Red+Green+Blue) = 224+105+200=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E069C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069C8 is #1F9637. Grayscale: #979797. Windows color (decimal): -2070072 or 13134304. OLE color: 13134304.

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

Color convert

RGB 224 105 200 -
CMYK 0 0.53 0.11 0.12
HSL 312.1º 0.66% 0.65% -
HSV(B) 312.1º 0.53% 0.88% -
XYZ 46.22 30.12 58.02 -
YUV 151.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 224 105 200 0 0.53 0.11 0.12 312.1 0.66 0.65
Hex E0 69 C8 0 35 B C 138 42 41
Octal 340 151 310 0 65 13 14 470 102 101
Binary 11100000 1101001 11001000 0 110101 1011 1100 100111000 1000010 1000001

Color Harmonies of #E069C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069C8

Black with #E069C8

Text Example


Text Example

White with #E069C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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