Html Css Color HEX #E970D4 Orchid

📋 copy color: '#E970D4'

red 233 ◦ green 112 ◦ blue 212

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

Shades of Orchid #E970D4

Tints of Orchid #E970D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.06%

R = 41.83%
G = 20.11%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E970D4 (or 0xE970D4) is known color: Orchid. HEX triplet: E9, 70 and D4. RGB value is (233,112,212). Sum of RGB (Red+Green+Blue) = 233+112+212=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E970D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E970D4 is #168F2B. Grayscale: #9F9F9F. Windows color (decimal): -1478444 or 13922537. OLE color: 13922537.

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

Color convert

RGB 233 112 212 -
CMYK 0 0.52 0.09 0.09
HSL 310.41º 0.73% 0.68% -
HSV(B) 310.41º 0.52% 0.91% -
XYZ 51.28 33.67 66.08 -
YUV 159.58 157.59 180.37 -
System Red Green Blue C M Y K H S L
Decimal 233 112 212 0 0.52 0.09 0.09 310.41 0.73 0.68
Hex E9 70 D4 0 34 9 9 136 49 44
Octal 351 160 324 0 64 11 11 466 111 104
Binary 11101001 1110000 11010100 0 110100 1001 1001 100110110 1001001 1000100

Color Harmonies of #E970D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970D4

Black with #E970D4

Text Example


Text Example

White with #E970D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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