Html Css Color HEX #E25DA3 Brilliant Rose

📋 copy color: '#E25DA3'

red 226 ◦ green 93 ◦ blue 163

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

Shades of Brilliant Rose #E25DA3

Tints of Brilliant Rose #E25DA3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.29%

 BLUE value IS 163 (64.06% from 255) = 33.82%

R = 46.89%
G = 19.29%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E25DA3 (or 0xE25DA3) is known color: Brilliant Rose. HEX triplet: E2, 5D and A3. RGB value is (226,93,163). Sum of RGB (Red+Green+Blue) = 226+93+163=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25DA3 is #1DA25C. Grayscale: #8C8C8C. Windows color (decimal): -1942109 or 10706402. OLE color: 10706402.

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

Color convert

RGB 226 93 163 -
CMYK 0 0.59 0.28 0.11
HSL 328.42º 0.7% 0.63% -
HSV(B) 328.42º 0.59% 0.89% -
XYZ 41.89 26.64 37.58 -
YUV 140.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 226 93 163 0 0.59 0.28 0.11 328.42 0.7 0.63
Hex E2 5D A3 0 3B 1C B 148 46 3F
Octal 342 135 243 0 73 34 13 510 106 77
Binary 11100010 1011101 10100011 0 111011 11100 1011 101001000 1000110 111111

Color Harmonies of #E25DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25DA3

Black with #E25DA3

Text Example


Text Example

White with #E25DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25DA3; }

 p { color: rgb(226,93,163); }

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

background-color css

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

 a { background-color: rgb(226,93,163); }

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

border-color css

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

 span { border-color: rgb(226,93,163); }

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