Html Css Color HEX #E230AF Persian Rose

📋 copy color: '#E230AF'

red 226 ◦ green 48 ◦ blue 175

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

Shades of Persian Rose #E230AF

Tints of Persian Rose #E230AF

RGB

 RED value IS 226 (88.67% from 255) = 50.33%

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

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

R = 50.33%
G = 10.69%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E230AF (or 0xE230AF) is known color: Persian Rose. HEX triplet: E2, 30 and AF. RGB value is (226,48,175). Sum of RGB (Red+Green+Blue) = 226+48+175=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E230AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E230AF is #1DCF50. Grayscale: #737373. Windows color (decimal): -1953617 or 11481314. OLE color: 11481314.

HSL color Cylindrical-coordinate representation of color #E230AF: hue angle of 317.19º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E230AF is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 48 175 -
CMYK 0 0.79 0.23 0.11
HSL 317.19º 0.75% 0.54% -
HSV(B) 317.19º 0.79% 0.89% -
XYZ 40.16 21.38 42.57 -
YUV 115.7 161.47 206.67 -
System Red Green Blue C M Y K H S L
Decimal 226 48 175 0 0.79 0.23 0.11 317.19 0.75 0.54
Hex E2 30 AF 0 4F 17 B 13D 4B 36
Octal 342 60 257 0 117 27 13 475 113 66
Binary 11100010 110000 10101111 0 1001111 10111 1011 100111101 1001011 110110

Color Harmonies of #E230AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E230AF

Black with #E230AF

Text Example


Text Example

White with #E230AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E230AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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