Html Css Color HEX #E371CF Orchid

📋 copy color: '#E371CF'

red 227 ◦ green 113 ◦ blue 207

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

Shades of Orchid #E371CF

Tints of Orchid #E371CF

RGB

 RED value IS 227 (89.06% from 255) = 41.5%

 GREEN value IS 113 (44.53% from 255) = 20.66%

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 41.5%
G = 20.66%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E371CF (or 0xE371CF) is known color: Orchid. HEX triplet: E3, 71 and CF. RGB value is (227,113,207). Sum of RGB (Red+Green+Blue) = 227+113+207=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E371CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E371CF is #1C8E30. Grayscale: #9D9D9D. Windows color (decimal): -1871409 or 13595107. OLE color: 13595107.

HSL color Cylindrical-coordinate representation of color #E371CF: hue angle of 310.53º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E371CF is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 113 207 -
CMYK 0 0.50 0.09 0.11
HSL 310.53º 0.67% 0.67% -
HSV(B) 310.53º 0.5% 0.89% -
XYZ 48.85 32.65 62.76 -
YUV 157.8 155.77 177.36 -
System Red Green Blue C M Y K H S L
Decimal 227 113 207 0 0.50 0.09 0.11 310.53 0.67 0.67
Hex E3 71 CF 0 32 9 B 137 43 43
Octal 343 161 317 0 62 11 13 467 103 103
Binary 11100011 1110001 11001111 0 110010 1001 1011 100110111 1000011 1000011

Color Harmonies of #E371CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E371CF

Black with #E371CF

Text Example


Text Example

White with #E371CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E371CF; }

 p { color: rgb(227,113,207); }

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

background-color css

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

 a { background-color: rgb(227,113,207); }

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

border-color css

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

 span { border-color: rgb(227,113,207); }

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