Html Css Color HEX #E069D2 Orchid

📋 copy color: '#E069D2'

red 224 ◦ green 105 ◦ blue 210

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

Shades of Orchid #E069D2

Tints of Orchid #E069D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.96%

R = 41.56%
G = 19.48%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E069D2 (or 0xE069D2) is known color: Orchid. HEX triplet: E0, 69 and D2. RGB value is (224,105,210). Sum of RGB (Red+Green+Blue) = 224+105+210=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E069D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069D2 is #1F962D. Grayscale: #989898. Windows color (decimal): -2070062 or 13789664. OLE color: 13789664.

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

Color convert

RGB 224 105 210 -
CMYK 0 0.53 0.06 0.12
HSL 307.06º 0.66% 0.65% -
HSV(B) 307.06º 0.53% 0.88% -
XYZ 47.42 30.6 64.38 -
YUV 152.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 224 105 210 0 0.53 0.06 0.12 307.06 0.66 0.65
Hex E0 69 D2 0 35 6 C 133 42 41
Octal 340 151 322 0 65 6 14 463 102 101
Binary 11100000 1101001 11010010 0 110101 110 1100 100110011 1000010 1000001

Color Harmonies of #E069D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069D2

Black with #E069D2

Text Example


Text Example

White with #E069D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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