Html Css Color HEX #E774DD Orchid

📋 copy color: '#E774DD'

red 231 ◦ green 116 ◦ blue 221

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

Shades of Orchid #E774DD

Tints of Orchid #E774DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 40.67%
G = 20.42%
B = 38.91%

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

#E774DD (or 0xE774DD) is known color: Orchid. HEX triplet: E7, 74 and DD. RGB value is (231,116,221). Sum of RGB (Red+Green+Blue) = 231+116+221=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E774DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774DD is #188B22. Grayscale: #A2A2A2. Windows color (decimal): -1608483 or 14513383. OLE color: 14513383.

HSL color Cylindrical-coordinate representation of color #E774DD: hue angle of 305.22º 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 #E774DD is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 116 221 -
CMYK 0 0.50 0.04 0.09
HSL 305.22º 0.71% 0.68% -
HSV(B) 305.22º 0.5% 0.91% -
XYZ 52.25 34.7 72.35 -
YUV 162.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 231 116 221 0 0.50 0.04 0.09 305.22 0.71 0.68
Hex E7 74 DD 0 32 4 9 131 47 44
Octal 347 164 335 0 62 4 11 461 107 104
Binary 11100111 1110100 11011101 0 110010 100 1001 100110001 1000111 1000100

Color Harmonies of #E774DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E774DD

Black with #E774DD

Text Example


Text Example

White with #E774DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E774DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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