Html Css Color HEX #E069D1 Orchid

📋 copy color: '#E069D1'

red 224 ◦ green 105 ◦ blue 209

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

Shades of Orchid #E069D1

Tints of Orchid #E069D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.85%

R = 41.64%
G = 19.52%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E069D1 (or 0xE069D1) is known color: Orchid. HEX triplet: E0, 69 and D1. RGB value is (224,105,209). Sum of RGB (Red+Green+Blue) = 224+105+209=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E069D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069D1 is #1F962E. Grayscale: #989898. Windows color (decimal): -2070063 or 13724128. OLE color: 13724128.

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

Color convert

RGB 224 105 209 -
CMYK 0 0.53 0.07 0.12
HSL 307.56º 0.66% 0.65% -
HSV(B) 307.56º 0.53% 0.88% -
XYZ 47.3 30.55 63.73 -
YUV 152.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 224 105 209 0 0.53 0.07 0.12 307.56 0.66 0.65
Hex E0 69 D1 0 35 7 C 134 42 41
Octal 340 151 321 0 65 7 14 464 102 101
Binary 11100000 1101001 11010001 0 110101 111 1100 100110100 1000010 1000001

Color Harmonies of #E069D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069D1

Black with #E069D1

Text Example


Text Example

White with #E069D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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