Html Css Color HEX #EA75DF Orchid

📋 copy color: '#EA75DF'

red 234 ◦ green 117 ◦ blue 223

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

Shades of Orchid #EA75DF

Tints of Orchid #EA75DF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.38%

 BLUE value IS 223 (87.5% from 255) = 38.85%

R = 40.77%
G = 20.38%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA75DF (or 0xEA75DF) is known color: Orchid. HEX triplet: EA, 75 and DF. RGB value is (234,117,223). Sum of RGB (Red+Green+Blue) = 234+117+223=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 117 (46.09% from 255 or 20.38% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75DF is #158A20. Grayscale: #A3A3A3. Windows color (decimal): -1411617 or 14644714. OLE color: 14644714.

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

Color convert

RGB 234 117 223 -
CMYK 0 0.5 0.05 0.08
HSL 305.64º 0.74% 0.69% -
HSV(B) 305.64º 0.5% 0.92% -
XYZ 53.61 35.54 73.85 -
YUV 164.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 234 117 223 0 0.5 0.05 0.08 305.64 0.74 0.69
Hex EA 75 DF 0 32 5 8 132 4A 45
Octal 352 165 337 0 62 5 10 462 112 105
Binary 11101010 1110101 11011111 0 110010 101 1000 100110010 1001010 1000101

Color Harmonies of #EA75DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA75DF

Black with #EA75DF

Text Example


Text Example

White with #EA75DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA75DF; }

 p { color: rgb(234,117,223); }

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

background-color css

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

 a { background-color: rgb(234,117,223); }

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

border-color css

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

 span { border-color: rgb(234,117,223); }

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