Html Css Color HEX #E075DB Orchid

📋 copy color: '#E075DB'

red 224 ◦ green 117 ◦ blue 219

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

Shades of Orchid #E075DB

Tints of Orchid #E075DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.89%

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

R = 40%
G = 20.89%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E075DB (or 0xE075DB) is known color: Orchid. HEX triplet: E0, 75 and DB. RGB value is (224,117,219). Sum of RGB (Red+Green+Blue) = 224+117+219=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E075DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075DB is #1F8A24. Grayscale: #A0A0A0. Windows color (decimal): -2066981 or 14382560. OLE color: 14382560.

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

Color convert

RGB 224 117 219 -
CMYK 0 0.48 0.02 0.12
HSL 302.8º 0.63% 0.67% -
HSV(B) 302.8º 0.48% 0.88% -
XYZ 49.89 33.68 70.89 -
YUV 160.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 224 117 219 0 0.48 0.02 0.12 302.8 0.63 0.67
Hex E0 75 DB 0 30 2 C 12F 3F 43
Octal 340 165 333 0 60 2 14 457 77 103
Binary 11100000 1110101 11011011 0 110000 10 1100 100101111 111111 1000011

Color Harmonies of #E075DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E075DB

Black with #E075DB

Text Example


Text Example

White with #E075DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E075DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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