Html Css Color HEX #E07ADB Orchid

📋 copy color: '#E07ADB'

red 224 ◦ green 122 ◦ blue 219

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

Shades of Orchid #E07ADB

Tints of Orchid #E07ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.59%

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 39.65%
G = 21.59%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E07ADB (or 0xE07ADB) is known color: Orchid. HEX triplet: E0, 7A and DB. RGB value is (224,122,219). Sum of RGB (Red+Green+Blue) = 224+122+219=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E07ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07ADB is #1F8524. Grayscale: #A3A3A3. Windows color (decimal): -2065701 or 14383840. OLE color: 14383840.

HSL color Cylindrical-coordinate representation of color #E07ADB: hue angle of 302.94º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07ADB is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 122 219 -
CMYK 0 0.46 0.02 0.12
HSL 302.94º 0.62% 0.68% -
HSV(B) 302.94º 0.46% 0.88% -
XYZ 50.49 34.88 71.09 -
YUV 163.56 159.29 171.11 -
System Red Green Blue C M Y K H S L
Decimal 224 122 219 0 0.46 0.02 0.12 302.94 0.62 0.68
Hex E0 7A DB 0 2E 2 C 12F 3E 44
Octal 340 172 333 0 56 2 14 457 76 104
Binary 11100000 1111010 11011011 0 101110 10 1100 100101111 111110 1000100

Color Harmonies of #E07ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07ADB

Black with #E07ADB

Text Example


Text Example

White with #E07ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07ADB; }

 p { color: rgb(224,122,219); }

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

background-color css

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

 a { background-color: rgb(224,122,219); }

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

border-color css

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

 span { border-color: rgb(224,122,219); }

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