Html Css Color HEX #E069D8 Orchid

📋 copy color: '#E069D8'

red 224 ◦ green 105 ◦ blue 216

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

Shades of Orchid #E069D8

Tints of Orchid #E069D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.63%

R = 41.1%
G = 19.27%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E069D8 (or 0xE069D8) is known color: Orchid. HEX triplet: E0, 69 and D8. RGB value is (224,105,216). Sum of RGB (Red+Green+Blue) = 224+105+216=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E069D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069D8 is #1F9627. Grayscale: #989898. Windows color (decimal): -2070056 or 14182880. OLE color: 14182880.

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

Color convert

RGB 224 105 216 -
CMYK 0 0.53 0.04 0.12
HSL 304.03º 0.66% 0.65% -
HSV(B) 304.03º 0.53% 0.88% -
XYZ 48.19 30.91 68.39 -
YUV 153.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 224 105 216 0 0.53 0.04 0.12 304.03 0.66 0.65
Hex E0 69 D8 0 35 4 C 130 42 41
Octal 340 151 330 0 65 4 14 460 102 101
Binary 11100000 1101001 11011000 0 110101 100 1100 100110000 1000010 1000001

Color Harmonies of #E069D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069D8

Black with #E069D8

Text Example


Text Example

White with #E069D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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