Html Css Color HEX #EA3DAF Persian Rose

📋 copy color: '#EA3DAF'

red 234 ◦ green 61 ◦ blue 175

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

Shades of Persian Rose #EA3DAF

Tints of Persian Rose #EA3DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.98%

 BLUE value IS 175 (68.75% from 255) = 37.23%

R = 49.79%
G = 12.98%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA3DAF (or 0xEA3DAF) is known color: Persian Rose. HEX triplet: EA, 3D and AF. RGB value is (234,61,175). Sum of RGB (Red+Green+Blue) = 234+61+175=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3DAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3DAF is #15C250. Grayscale: #7D7D7D. Windows color (decimal): -1426001 or 11484650. OLE color: 11484650.

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

Color convert

RGB 234 61 175 -
CMYK 0 0.74 0.25 0.08
HSL 320.46º 0.8% 0.58% -
HSV(B) 320.46º 0.74% 0.92% -
XYZ 43.34 23.93 42.89 -
YUV 125.72 155.81 205.23 -
System Red Green Blue C M Y K H S L
Decimal 234 61 175 0 0.74 0.25 0.08 320.46 0.8 0.58
Hex EA 3D AF 0 4A 19 8 140 50 3A
Octal 352 75 257 0 112 31 10 500 120 72
Binary 11101010 111101 10101111 0 1001010 11001 1000 101000000 1010000 111010

Color Harmonies of #EA3DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3DAF

Black with #EA3DAF

Text Example


Text Example

White with #EA3DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3DAF; }

 p { color: rgb(234,61,175); }

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

background-color css

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

 a { background-color: rgb(234,61,175); }

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

border-color css

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

 span { border-color: rgb(234,61,175); }

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