Html Css Color HEX #E65DA1 Brilliant Rose

📋 copy color: '#E65DA1'

red 230 ◦ green 93 ◦ blue 161

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

Shades of Brilliant Rose #E65DA1

Tints of Brilliant Rose #E65DA1

RGB

 RED value IS 230 (90.23% from 255) = 47.52%

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

 BLUE value IS 161 (63.28% from 255) = 33.26%

R = 47.52%
G = 19.21%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E65DA1 (or 0xE65DA1) is known color: Brilliant Rose. HEX triplet: E6, 5D and A1. RGB value is (230,93,161). Sum of RGB (Red+Green+Blue) = 230+93+161=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65DA1 is #19A25E. Grayscale: #8D8D8D. Windows color (decimal): -1679967 or 10575334. OLE color: 10575334.

HSL color Cylindrical-coordinate representation of color #E65DA1: hue angle of 330.22º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65DA1 is Cyan = 0, Magento = 0.60, Yellow = 0.3 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 93 161 -
CMYK 0 0.60 0.3 0.10
HSL 330.22º 0.73% 0.63% -
HSV(B) 330.22º 0.6% 0.9% -
XYZ 42.98 27.22 36.71 -
YUV 141.72 138.89 190.97 -
System Red Green Blue C M Y K H S L
Decimal 230 93 161 0 0.60 0.3 0.10 330.22 0.73 0.63
Hex E6 5D A1 0 3C 1E A 14A 49 3F
Octal 346 135 241 0 74 36 12 512 111 77
Binary 11100110 1011101 10100001 0 111100 11110 1010 101001010 1001001 111111

Color Harmonies of #E65DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DA1

Black with #E65DA1

Text Example


Text Example

White with #E65DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DA1; }

 p { color: rgb(230,93,161); }

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

background-color css

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

 a { background-color: rgb(230,93,161); }

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

border-color css

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

 span { border-color: rgb(230,93,161); }

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