Html Css Color HEX #E372E5 Orchid

📋 copy color: '#E372E5'

red 227 ◦ green 114 ◦ blue 229

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

Shades of Orchid #E372E5

Tints of Orchid #E372E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.18%

R = 39.82%
G = 20%
B = 40.18%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E372E5 (or 0xE372E5) is known color: Orchid. HEX triplet: E3, 72 and E5. RGB value is (227,114,229). Sum of RGB (Red+Green+Blue) = 227+114+229=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #E372E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372E5 is #1C8D1A. Grayscale: #A0A0A0. Windows color (decimal): -1871131 or 15037155. OLE color: 15037155.

HSL color Cylindrical-coordinate representation of color #E372E5: hue angle of 298.96º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E372E5 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 227 114 229 -
CMYK 0.01 0.50 0 0.10
HSL 298.96º 0.69% 0.67% -
HSV(B) 298.96º 0.5% 0.9% -
XYZ 51.84 34.02 77.96 -
YUV 160.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 227 114 229 0.01 0.50 0 0.10 298.96 0.69 0.67
Hex E3 72 E5 1 32 0 A 12B 45 43
Octal 343 162 345 1 62 0 12 453 105 103
Binary 11100011 1110010 11100101 1 110010 0 1010 100101011 1000101 1000011

Color Harmonies of #E372E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E372E5

Black with #E372E5

Text Example


Text Example

White with #E372E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E372E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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