Html Css Color HEX #E64BB5 Brilliant Rose

📋 copy color: '#E64BB5'

red 230 ◦ green 75 ◦ blue 181

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

Shades of Brilliant Rose #E64BB5

Tints of Brilliant Rose #E64BB5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.43%

 BLUE value IS 181 (71.09% from 255) = 37.24%

R = 47.33%
G = 15.43%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E64BB5 (or 0xE64BB5) is known color: Brilliant Rose. HEX triplet: E6, 4B and B5. RGB value is (230,75,181). Sum of RGB (Red+Green+Blue) = 230+75+181=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E64BB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64BB5 is #19B44A. Grayscale: #858585. Windows color (decimal): -1684555 or 11881446. OLE color: 11881446.

HSL color Cylindrical-coordinate representation of color #E64BB5: hue angle of 318.97º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64BB5 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 75 181 -
CMYK 0 0.67 0.21 0.10
HSL 318.97º 0.76% 0.6% -
HSV(B) 318.97º 0.67% 0.9% -
XYZ 43.49 25.19 46.29 -
YUV 133.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 230 75 181 0 0.67 0.21 0.10 318.97 0.76 0.6
Hex E6 4B B5 0 43 15 A 13F 4C 3C
Octal 346 113 265 0 103 25 12 477 114 74
Binary 11100110 1001011 10110101 0 1000011 10101 1010 100111111 1001100 111100

Color Harmonies of #E64BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64BB5

Black with #E64BB5

Text Example


Text Example

White with #E64BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64BB5; }

 p { color: rgb(230,75,181); }

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

background-color css

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

 a { background-color: rgb(230,75,181); }

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

border-color css

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

 span { border-color: rgb(230,75,181); }

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