Html Css Color HEX #E074DB Orchid

📋 copy color: '#E074DB'

red 224 ◦ green 116 ◦ blue 219

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

Shades of Orchid #E074DB

Tints of Orchid #E074DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.75%

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

R = 40.07%
G = 20.75%
B = 39.18%

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

#E074DB (or 0xE074DB) is known color: Orchid. HEX triplet: E0, 74 and DB. RGB value is (224,116,219). Sum of RGB (Red+Green+Blue) = 224+116+219=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E074DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074DB is #1F8B24. Grayscale: #9F9F9F. Windows color (decimal): -2067237 or 14382304. OLE color: 14382304.

HSL color Cylindrical-coordinate representation of color #E074DB: hue angle of 302.78º degrees, saturation: 0.64, 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 #E074DB is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 116 219 -
CMYK 0 0.48 0.02 0.12
HSL 302.78º 0.64% 0.67% -
HSV(B) 302.78º 0.48% 0.88% -
XYZ 49.77 33.45 70.85 -
YUV 160.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 224 116 219 0 0.48 0.02 0.12 302.78 0.64 0.67
Hex E0 74 DB 0 30 2 C 12F 40 43
Octal 340 164 333 0 60 2 14 457 100 103
Binary 11100000 1110100 11011011 0 110000 10 1100 100101111 1000000 1000011

Color Harmonies of #E074DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074DB

Black with #E074DB

Text Example


Text Example

White with #E074DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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