Html Css Color HEX #E375E1 Orchid

📋 copy color: '#E375E1'

red 227 ◦ green 117 ◦ blue 225

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

Shades of Orchid #E375E1

Tints of Orchid #E375E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.54%

R = 39.89%
G = 20.56%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E375E1 (or 0xE375E1) is known color: Orchid. HEX triplet: E3, 75 and E1. RGB value is (227,117,225). Sum of RGB (Red+Green+Blue) = 227+117+225=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E375E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375E1 is #1C8A1E. Grayscale: #A1A1A1. Windows color (decimal): -1870367 or 14775779. OLE color: 14775779.

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

Color convert

RGB 227 117 225 -
CMYK 0 0.48 0.01 0.11
HSL 301.09º 0.66% 0.67% -
HSV(B) 301.09º 0.48% 0.89% -
XYZ 51.63 34.49 75.17 -
YUV 162.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 227 117 225 0 0.48 0.01 0.11 301.09 0.66 0.67
Hex E3 75 E1 0 30 1 B 12D 42 43
Octal 343 165 341 0 60 1 13 455 102 103
Binary 11100011 1110101 11100001 0 110000 1 1011 100101101 1000010 1000011

Color Harmonies of #E375E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375E1

Black with #E375E1

Text Example


Text Example

White with #E375E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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