Html Css Color HEX #E774CB Orchid

📋 copy color: '#E774CB'

red 231 ◦ green 116 ◦ blue 203

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

Shades of Orchid #E774CB

Tints of Orchid #E774CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 42%
G = 21.09%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E774CB (or 0xE774CB) is known color: Orchid. HEX triplet: E7, 74 and CB. RGB value is (231,116,203). Sum of RGB (Red+Green+Blue) = 231+116+203=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E774CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774CB is #188B34. Grayscale: #A0A0A0. Windows color (decimal): -1608501 or 13333735. OLE color: 13333735.

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

Color convert

RGB 231 116 203 -
CMYK 0 0.50 0.12 0.09
HSL 314.61º 0.71% 0.68% -
HSV(B) 314.61º 0.5% 0.91% -
XYZ 49.98 33.79 60.39 -
YUV 160.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 231 116 203 0 0.50 0.12 0.09 314.61 0.71 0.68
Hex E7 74 CB 0 32 C 9 13B 47 44
Octal 347 164 313 0 62 14 11 473 107 104
Binary 11100111 1110100 11001011 0 110010 1100 1001 100111011 1000111 1000100

Color Harmonies of #E774CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E774CB

Black with #E774CB

Text Example


Text Example

White with #E774CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E774CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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