Html Css Color HEX #E774DE Orchid

📋 copy color: '#E774DE'

red 231 ◦ green 116 ◦ blue 222

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

Shades of Orchid #E774DE

Tints of Orchid #E774DE

RGB

 RED value IS 231 (90.63% from 255) = 40.6%

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

 BLUE value IS 222 (87.11% from 255) = 39.02%

R = 40.6%
G = 20.39%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E774DE (or 0xE774DE) is known color: Orchid. HEX triplet: E7, 74 and DE. RGB value is (231,116,222). Sum of RGB (Red+Green+Blue) = 231+116+222=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E774DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774DE is #188B21. Grayscale: #A2A2A2. Windows color (decimal): -1608482 or 14578919. OLE color: 14578919.

HSL color Cylindrical-coordinate representation of color #E774DE: hue angle of 304.7º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E774DE is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 116 222 -
CMYK 0 0.50 0.04 0.09
HSL 304.7º 0.71% 0.68% -
HSV(B) 304.7º 0.5% 0.91% -
XYZ 52.39 34.75 73.05 -
YUV 162.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 231 116 222 0 0.50 0.04 0.09 304.7 0.71 0.68
Hex E7 74 DE 0 32 4 9 131 47 44
Octal 347 164 336 0 62 4 11 461 107 104
Binary 11100111 1110100 11011110 0 110010 100 1001 100110001 1000111 1000100

Color Harmonies of #E774DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E774DE

Black with #E774DE

Text Example


Text Example

White with #E774DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E774DE; }

 p { color: rgb(231,116,222); }

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

background-color css

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

 a { background-color: rgb(231,116,222); }

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

border-color css

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

 span { border-color: rgb(231,116,222); }

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