Html Css Color HEX #EA70CD Orchid

📋 copy color: '#EA70CD'

red 234 ◦ green 112 ◦ blue 205

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

Shades of Orchid #EA70CD

Tints of Orchid #EA70CD

RGB

 RED value IS 234 (91.8% from 255) = 42.47%

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

 BLUE value IS 205 (80.47% from 255) = 37.21%

R = 42.47%
G = 20.33%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA70CD (or 0xEA70CD) is known color: Orchid. HEX triplet: EA, 70 and CD. RGB value is (234,112,205). Sum of RGB (Red+Green+Blue) = 234+112+205=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA70CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA70CD is #158F32. Grayscale: #9E9E9E. Windows color (decimal): -1412915 or 13463786. OLE color: 13463786.

HSL color Cylindrical-coordinate representation of color #EA70CD: hue angle of 314.26º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA70CD is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 112 205 -
CMYK 0 0.52 0.12 0.08
HSL 314.26º 0.74% 0.68% -
HSV(B) 314.26º 0.52% 0.92% -
XYZ 50.75 33.49 61.55 -
YUV 159.08 153.92 181.44 -
System Red Green Blue C M Y K H S L
Decimal 234 112 205 0 0.52 0.12 0.08 314.26 0.74 0.68
Hex EA 70 CD 0 34 C 8 13A 4A 44
Octal 352 160 315 0 64 14 10 472 112 104
Binary 11101010 1110000 11001101 0 110100 1100 1000 100111010 1001010 1000100

Color Harmonies of #EA70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA70CD

Black with #EA70CD

Text Example


Text Example

White with #EA70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA70CD; }

 p { color: rgb(234,112,205); }

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

background-color css

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

 a { background-color: rgb(234,112,205); }

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

border-color css

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

 span { border-color: rgb(234,112,205); }

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