Html Css Color HEX #E070DA Orchid

📋 copy color: '#E070DA'

red 224 ◦ green 112 ◦ blue 218

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

Shades of Orchid #E070DA

Tints of Orchid #E070DA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.22%

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 40.43%
G = 20.22%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E070DA (or 0xE070DA) is known color: Orchid. HEX triplet: E0, 70 and DA. RGB value is (224,112,218). Sum of RGB (Red+Green+Blue) = 224+112+218=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E070DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070DA is #1F8F25. Grayscale: #9D9D9D. Windows color (decimal): -2068262 or 14315744. OLE color: 14315744.

HSL color Cylindrical-coordinate representation of color #E070DA: hue angle of 303.21º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E070DA is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 112 218 -
CMYK 0 0.50 0.03 0.12
HSL 303.21º 0.64% 0.66% -
HSV(B) 303.21º 0.5% 0.88% -
XYZ 49.19 32.5 70.01 -
YUV 157.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 224 112 218 0 0.50 0.03 0.12 303.21 0.64 0.66
Hex E0 70 DA 0 32 3 C 12F 40 42
Octal 340 160 332 0 62 3 14 457 100 102
Binary 11100000 1110000 11011010 0 110010 11 1100 100101111 1000000 1000010

Color Harmonies of #E070DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070DA

Black with #E070DA

Text Example


Text Example

White with #E070DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070DA; }

 p { color: rgb(224,112,218); }

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

background-color css

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

 a { background-color: rgb(224,112,218); }

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

border-color css

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

 span { border-color: rgb(224,112,218); }

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