Html Css Color HEX #E971E0 Orchid

📋 copy color: '#E971E0'

red 233 ◦ green 113 ◦ blue 224

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

Shades of Orchid #E971E0

Tints of Orchid #E971E0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.82%

 BLUE value IS 224 (87.89% from 255) = 39.3%

R = 40.88%
G = 19.82%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E971E0 (or 0xE971E0) is known color: Orchid. HEX triplet: E9, 71 and E0. RGB value is (233,113,224). Sum of RGB (Red+Green+Blue) = 233+113+224=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E971E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971E0 is #168E1F. Grayscale: #A1A1A1. Windows color (decimal): -1478176 or 14709225. OLE color: 14709225.

HSL color Cylindrical-coordinate representation of color #E971E0: hue angle of 304.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E971E0 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 113 224 -
CMYK 0 0.52 0.04 0.09
HSL 304.5º 0.73% 0.68% -
HSV(B) 304.5º 0.52% 0.91% -
XYZ 52.96 34.52 74.39 -
YUV 161.53 163.26 178.97 -
System Red Green Blue C M Y K H S L
Decimal 233 113 224 0 0.52 0.04 0.09 304.5 0.73 0.68
Hex E9 71 E0 0 34 4 9 130 49 44
Octal 351 161 340 0 64 4 11 460 111 104
Binary 11101001 1110001 11100000 0 110100 100 1001 100110000 1001001 1000100

Color Harmonies of #E971E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E971E0

Black with #E971E0

Text Example


Text Example

White with #E971E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E971E0; }

 p { color: rgb(233,113,224); }

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

background-color css

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

 a { background-color: rgb(233,113,224); }

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

border-color css

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

 span { border-color: rgb(233,113,224); }

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