Html Css Color HEX #E174CB Orchid

📋 copy color: '#E174CB'

red 225 ◦ green 116 ◦ blue 203

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

Shades of Orchid #E174CB

Tints of Orchid #E174CB

RGB

 RED value IS 225 (88.28% from 255) = 41.36%

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

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

R = 41.36%
G = 21.32%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E174CB (or 0xE174CB) is known color: Orchid. HEX triplet: E1, 74 and CB. RGB value is (225,116,203). Sum of RGB (Red+Green+Blue) = 225+116+203=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E174CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174CB is #1E8B34. Grayscale: #9E9E9E. Windows color (decimal): -2001717 or 13333729. OLE color: 13333729.

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

Color convert

RGB 225 116 203 -
CMYK 0 0.48 0.10 0.12
HSL 312.11º 0.64% 0.67% -
HSV(B) 312.11º 0.48% 0.88% -
XYZ 48.08 32.81 60.3 -
YUV 158.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 225 116 203 0 0.48 0.10 0.12 312.11 0.64 0.67
Hex E1 74 CB 0 30 A C 138 40 43
Octal 341 164 313 0 60 12 14 470 100 103
Binary 11100001 1110100 11001011 0 110000 1010 1100 100111000 1000000 1000011

Color Harmonies of #E174CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E174CB

Black with #E174CB

Text Example


Text Example

White with #E174CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E174CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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