Html Css Color HEX #E253AF Brilliant Rose

📋 copy color: '#E253AF'

red 226 ◦ green 83 ◦ blue 175

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

Shades of Brilliant Rose #E253AF

Tints of Brilliant Rose #E253AF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.15%

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

R = 46.69%
G = 17.15%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E253AF (or 0xE253AF) is known color: Brilliant Rose. HEX triplet: E2, 53 and AF. RGB value is (226,83,175). Sum of RGB (Red+Green+Blue) = 226+83+175=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E253AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E253AF is #1DAC50. Grayscale: #888888. Windows color (decimal): -1944657 or 11490274. OLE color: 11490274.

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

Color convert

RGB 226 83 175 -
CMYK 0 0.63 0.23 0.11
HSL 321.4º 0.71% 0.61% -
HSV(B) 321.4º 0.63% 0.89% -
XYZ 42.2 25.45 43.25 -
YUV 136.25 149.88 192.02 -
System Red Green Blue C M Y K H S L
Decimal 226 83 175 0 0.63 0.23 0.11 321.4 0.71 0.61
Hex E2 53 AF 0 3F 17 B 141 47 3D
Octal 342 123 257 0 77 27 13 501 107 75
Binary 11100010 1010011 10101111 0 111111 10111 1011 101000001 1000111 111101

Color Harmonies of #E253AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E253AF

Black with #E253AF

Text Example


Text Example

White with #E253AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E253AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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