Html Css Color HEX #EA30AF Persian Rose

📋 copy color: '#EA30AF'

red 234 ◦ green 48 ◦ blue 175

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

Shades of Persian Rose #EA30AF

Tints of Persian Rose #EA30AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.5%

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

R = 51.2%
G = 10.5%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA30AF (or 0xEA30AF) is known color: Persian Rose. HEX triplet: EA, 30 and AF. RGB value is (234,48,175). Sum of RGB (Red+Green+Blue) = 234+48+175=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA30AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA30AF is #15CF50. Grayscale: #757575. Windows color (decimal): -1429329 or 11481322. OLE color: 11481322.

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

Color convert

RGB 234 48 175 -
CMYK 0 0.79 0.25 0.08
HSL 319.03º 0.82% 0.55% -
HSV(B) 319.03º 0.79% 0.92% -
XYZ 42.73 22.7 42.69 -
YUV 118.09 160.12 210.67 -
System Red Green Blue C M Y K H S L
Decimal 234 48 175 0 0.79 0.25 0.08 319.03 0.82 0.55
Hex EA 30 AF 0 4F 19 8 13F 52 37
Octal 352 60 257 0 117 31 10 477 122 67
Binary 11101010 110000 10101111 0 1001111 11001 1000 100111111 1010010 110111

Color Harmonies of #EA30AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA30AF

Black with #EA30AF

Text Example


Text Example

White with #EA30AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA30AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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