Html Css Color HEX #E970E0 Orchid

📋 copy color: '#E970E0'

red 233 ◦ green 112 ◦ blue 224

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

Shades of Orchid #E970E0

Tints of Orchid #E970E0

RGB

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

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

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

R = 40.95%
G = 19.68%
B = 39.37%

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

#E970E0 (or 0xE970E0) is known color: Orchid. HEX triplet: E9, 70 and E0. RGB value is (233,112,224). Sum of RGB (Red+Green+Blue) = 233+112+224=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E970E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E970E0 is #168F1F. Grayscale: #A0A0A0. Windows color (decimal): -1478432 or 14708969. OLE color: 14708969.

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

Color convert

RGB 233 112 224 -
CMYK 0 0.52 0.04 0.09
HSL 304.46º 0.73% 0.68% -
HSV(B) 304.46º 0.52% 0.91% -
XYZ 52.85 34.29 74.35 -
YUV 160.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 233 112 224 0 0.52 0.04 0.09 304.46 0.73 0.68
Hex E9 70 E0 0 34 4 9 130 49 44
Octal 351 160 340 0 64 4 11 460 111 104
Binary 11101001 1110000 11100000 0 110100 100 1001 100110000 1001001 1000100

Color Harmonies of #E970E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970E0

Black with #E970E0

Text Example


Text Example

White with #E970E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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