Html Css Color HEX #E372CE Orchid

📋 copy color: '#E372CE'

red 227 ◦ green 114 ◦ blue 206

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

Shades of Orchid #E372CE

Tints of Orchid #E372CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.84%

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 41.5%
G = 20.84%
B = 37.66%

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

#E372CE (or 0xE372CE) is known color: Orchid. HEX triplet: E3, 72 and CE. RGB value is (227,114,206). Sum of RGB (Red+Green+Blue) = 227+114+206=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E372CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372CE is #1C8D31. Grayscale: #9E9E9E. Windows color (decimal): -1871154 or 13529827. OLE color: 13529827.

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

Color convert

RGB 227 114 206 -
CMYK 0 0.50 0.09 0.11
HSL 311.15º 0.67% 0.67% -
HSV(B) 311.15º 0.5% 0.89% -
XYZ 48.84 32.82 62.15 -
YUV 158.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 227 114 206 0 0.50 0.09 0.11 311.15 0.67 0.67
Hex E3 72 CE 0 32 9 B 137 43 43
Octal 343 162 316 0 62 11 13 467 103 103
Binary 11100011 1110010 11001110 0 110010 1001 1011 100110111 1000011 1000011

Color Harmonies of #E372CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E372CE

Black with #E372CE

Text Example


Text Example

White with #E372CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E372CE; }

 p { color: rgb(227,114,206); }

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

background-color css

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

 a { background-color: rgb(227,114,206); }

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

border-color css

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

 span { border-color: rgb(227,114,206); }

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