Html Css Color HEX #E970DF Orchid

📋 copy color: '#E970DF'

red 233 ◦ green 112 ◦ blue 223

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

Shades of Orchid #E970DF

Tints of Orchid #E970DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.72%

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 41.02%
G = 19.72%
B = 39.26%

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

#E970DF (or 0xE970DF) is known color: Orchid. HEX triplet: E9, 70 and DF. RGB value is (233,112,223). Sum of RGB (Red+Green+Blue) = 233+112+223=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E970DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E970DF is #168F20. Grayscale: #A0A0A0. Windows color (decimal): -1478433 or 14643433. OLE color: 14643433.

HSL color Cylindrical-coordinate representation of color #E970DF: hue angle of 304.96º 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 #E970DF is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 112 223 -
CMYK 0 0.52 0.04 0.09
HSL 304.96º 0.73% 0.68% -
HSV(B) 304.96º 0.52% 0.91% -
XYZ 52.72 34.24 73.64 -
YUV 160.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 233 112 223 0 0.52 0.04 0.09 304.96 0.73 0.68
Hex E9 70 DF 0 34 4 9 131 49 44
Octal 351 160 337 0 64 4 11 461 111 104
Binary 11101001 1110000 11011111 0 110100 100 1001 100110001 1001001 1000100

Color Harmonies of #E970DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970DF

Black with #E970DF

Text Example


Text Example

White with #E970DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970DF; }

 p { color: rgb(233,112,223); }

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

background-color css

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

 a { background-color: rgb(233,112,223); }

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

border-color css

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

 span { border-color: rgb(233,112,223); }

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