Html Css Color HEX #E375E5 Orchid

📋 copy color: '#E375E5'

red 227 ◦ green 117 ◦ blue 229

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

Shades of Orchid #E375E5

Tints of Orchid #E375E5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.42%

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

R = 39.62%
G = 20.42%
B = 39.97%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E375E5 (or 0xE375E5) is known color: Orchid. HEX triplet: E3, 75 and E5. RGB value is (227,117,229). Sum of RGB (Red+Green+Blue) = 227+117+229=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #E375E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375E5 is #1C8A1A. Grayscale: #A2A2A2. Windows color (decimal): -1870363 or 15037923. OLE color: 15037923.

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

Color convert

RGB 227 117 229 -
CMYK 0.01 0.49 0 0.10
HSL 298.93º 0.68% 0.68% -
HSV(B) 298.93º 0.49% 0.9% -
XYZ 52.18 34.71 78.08 -
YUV 162.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 227 117 229 0.01 0.49 0 0.10 298.93 0.68 0.68
Hex E3 75 E5 1 31 0 A 12B 44 44
Octal 343 165 345 1 61 0 12 453 104 104
Binary 11100011 1110101 11100101 1 110001 0 1010 100101011 1000100 1000100

Color Harmonies of #E375E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375E5

Black with #E375E5

Text Example


Text Example

White with #E375E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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