Html Css Color HEX #EA6FD4 Orchid

📋 copy color: '#EA6FD4'

red 234 ◦ green 111 ◦ blue 212

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

Shades of Orchid #EA6FD4

Tints of Orchid #EA6FD4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.93%

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

R = 42.01%
G = 19.93%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA6FD4 (or 0xEA6FD4) is known color: Orchid. HEX triplet: EA, 6F and D4. RGB value is (234,111,212). Sum of RGB (Red+Green+Blue) = 234+111+212=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FD4 is #15902B. Grayscale: #9F9F9F. Windows color (decimal): -1413164 or 13922282. OLE color: 13922282.

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

Color convert

RGB 234 111 212 -
CMYK 0 0.53 0.09 0.08
HSL 310.73º 0.75% 0.68% -
HSV(B) 310.73º 0.53% 0.92% -
XYZ 51.5 33.61 66.06 -
YUV 159.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 234 111 212 0 0.53 0.09 0.08 310.73 0.75 0.68
Hex EA 6F D4 0 35 9 8 137 4B 44
Octal 352 157 324 0 65 11 10 467 113 104
Binary 11101010 1101111 11010100 0 110101 1001 1000 100110111 1001011 1000100

Color Harmonies of #EA6FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6FD4

Black with #EA6FD4

Text Example


Text Example

White with #EA6FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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