Html Css Color HEX #EA38AF Persian Rose

📋 copy color: '#EA38AF'

red 234 ◦ green 56 ◦ blue 175

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

Shades of Persian Rose #EA38AF

Tints of Persian Rose #EA38AF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.04%

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

R = 50.32%
G = 12.04%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA38AF (or 0xEA38AF) is known color: Persian Rose. HEX triplet: EA, 38 and AF. RGB value is (234,56,175). Sum of RGB (Red+Green+Blue) = 234+56+175=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA38AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA38AF is #15C750. Grayscale: #7A7A7A. Windows color (decimal): -1427281 or 11483370. OLE color: 11483370.

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

Color convert

RGB 234 56 175 -
CMYK 0 0.76 0.25 0.08
HSL 319.89º 0.81% 0.57% -
HSV(B) 319.89º 0.76% 0.92% -
XYZ 43.08 23.42 42.81 -
YUV 122.79 157.47 207.32 -
System Red Green Blue C M Y K H S L
Decimal 234 56 175 0 0.76 0.25 0.08 319.89 0.81 0.57
Hex EA 38 AF 0 4C 19 8 140 51 39
Octal 352 70 257 0 114 31 10 500 121 71
Binary 11101010 111000 10101111 0 1001100 11001 1000 101000000 1010001 111001

Color Harmonies of #EA38AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA38AF

Black with #EA38AF

Text Example


Text Example

White with #EA38AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA38AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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