Html Css Color HEX #EA78D4 Orchid

📋 copy color: '#EA78D4'

red 234 ◦ green 120 ◦ blue 212

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

Shades of Orchid #EA78D4

Tints of Orchid #EA78D4

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.2%

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

R = 41.34%
G = 21.2%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA78D4 (or 0xEA78D4) is known color: Orchid. HEX triplet: EA, 78 and D4. RGB value is (234,120,212). Sum of RGB (Red+Green+Blue) = 234+120+212=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78D4 is #15872B. Grayscale: #A4A4A4. Windows color (decimal): -1410860 or 13924586. OLE color: 13924586.

HSL color Cylindrical-coordinate representation of color #EA78D4: hue angle of 311.58º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA78D4 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 120 212 -
CMYK 0 0.49 0.09 0.08
HSL 311.58º 0.73% 0.69% -
HSV(B) 311.58º 0.49% 0.92% -
XYZ 52.53 35.68 66.41 -
YUV 164.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 234 120 212 0 0.49 0.09 0.08 311.58 0.73 0.69
Hex EA 78 D4 0 31 9 8 138 49 45
Octal 352 170 324 0 61 11 10 470 111 105
Binary 11101010 1111000 11010100 0 110001 1001 1000 100111000 1001001 1000101

Color Harmonies of #EA78D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA78D4

Black with #EA78D4

Text Example


Text Example

White with #EA78D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA78D4; }

 p { color: rgb(234,120,212); }

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

background-color css

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

 a { background-color: rgb(234,120,212); }

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

border-color css

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

 span { border-color: rgb(234,120,212); }

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