Html Css Color HEX #E069D4 Orchid

📋 copy color: '#E069D4'

red 224 ◦ green 105 ◦ blue 212

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

Shades of Orchid #E069D4

Tints of Orchid #E069D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.19%

R = 41.4%
G = 19.41%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E069D4 (or 0xE069D4) is known color: Orchid. HEX triplet: E0, 69 and D4. RGB value is (224,105,212). Sum of RGB (Red+Green+Blue) = 224+105+212=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E069D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069D4 is #1F962B. Grayscale: #989898. Windows color (decimal): -2070060 or 13920736. OLE color: 13920736.

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

Color convert

RGB 224 105 212 -
CMYK 0 0.53 0.05 0.12
HSL 306.05º 0.66% 0.65% -
HSV(B) 306.05º 0.53% 0.88% -
XYZ 47.68 30.7 65.7 -
YUV 152.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 224 105 212 0 0.53 0.05 0.12 306.05 0.66 0.65
Hex E0 69 D4 0 35 5 C 132 42 41
Octal 340 151 324 0 65 5 14 462 102 101
Binary 11100000 1101001 11010100 0 110101 101 1100 100110010 1000010 1000001

Color Harmonies of #E069D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069D4

Black with #E069D4

Text Example


Text Example

White with #E069D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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