Html Css Color HEX #E069C7 Orchid

📋 copy color: '#E069C7'

red 224 ◦ green 105 ◦ blue 199

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

Shades of Orchid #E069C7

Tints of Orchid #E069C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.69%

R = 42.42%
G = 19.89%
B = 37.69%

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

#E069C7 (or 0xE069C7) is known color: Orchid. HEX triplet: E0, 69 and C7. RGB value is (224,105,199). Sum of RGB (Red+Green+Blue) = 224+105+199=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E069C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069C7 is #1F9638. Grayscale: #979797. Windows color (decimal): -2070073 or 13068768. OLE color: 13068768.

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

Color convert

RGB 224 105 199 -
CMYK 0 0.53 0.11 0.12
HSL 312.61º 0.66% 0.65% -
HSV(B) 312.61º 0.53% 0.88% -
XYZ 46.1 30.07 57.41 -
YUV 151.3 154.92 179.86 -
System Red Green Blue C M Y K H S L
Decimal 224 105 199 0 0.53 0.11 0.12 312.61 0.66 0.65
Hex E0 69 C7 0 35 B C 139 42 41
Octal 340 151 307 0 65 13 14 471 102 101
Binary 11100000 1101001 11000111 0 110101 1011 1100 100111001 1000010 1000001

Color Harmonies of #E069C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069C7

Black with #E069C7

Text Example


Text Example

White with #E069C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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