Html Css Color HEX #E975E1 Orchid

📋 copy color: '#E975E1'

red 233 ◦ green 117 ◦ blue 225

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

Shades of Orchid #E975E1

Tints of Orchid #E975E1

RGB

 RED value IS 233 (91.41% from 255) = 40.52%

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

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

R = 40.52%
G = 20.35%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E975E1 (or 0xE975E1) is known color: Orchid. HEX triplet: E9, 75 and E1. RGB value is (233,117,225). Sum of RGB (Red+Green+Blue) = 233+117+225=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 117 (46.09% from 255 or 20.35% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E975E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975E1 is #168A1E. Grayscale: #A3A3A3. Windows color (decimal): -1477151 or 14775785. OLE color: 14775785.

HSL color Cylindrical-coordinate representation of color #E975E1: hue angle of 304.14º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E975E1 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 117 225 -
CMYK 0 0.50 0.03 0.09
HSL 304.14º 0.73% 0.69% -
HSV(B) 304.14º 0.5% 0.91% -
XYZ 53.56 35.48 75.26 -
YUV 164 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 233 117 225 0 0.50 0.03 0.09 304.14 0.73 0.69
Hex E9 75 E1 0 32 3 9 130 48 45
Octal 351 165 341 0 62 3 11 460 110 105
Binary 11101001 1110101 11100001 0 110010 11 1001 100110000 1001000 1000101

Color Harmonies of #E975E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975E1

Black with #E975E1

Text Example


Text Example

White with #E975E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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