Html Css Color HEX #E64CAA Brilliant Rose

📋 copy color: '#E64CAA'

red 230 ◦ green 76 ◦ blue 170

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

Shades of Brilliant Rose #E64CAA

Tints of Brilliant Rose #E64CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.97%

 BLUE value IS 170 (66.8% from 255) = 35.71%

R = 48.32%
G = 15.97%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E64CAA (or 0xE64CAA) is known color: Brilliant Rose. HEX triplet: E6, 4C and AA. RGB value is (230,76,170). Sum of RGB (Red+Green+Blue) = 230+76+170=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E64CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64CAA is #19B355. Grayscale: #848484. Windows color (decimal): -1684310 or 11160806. OLE color: 11160806.

HSL color Cylindrical-coordinate representation of color #E64CAA: hue angle of 323.38º degrees, saturation: 0.75, 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 #E64CAA is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 76 170 -
CMYK 0 0.67 0.26 0.10
HSL 323.38º 0.75% 0.6% -
HSV(B) 323.38º 0.67% 0.9% -
XYZ 42.47 24.89 40.6 -
YUV 132.76 149.02 197.36 -
System Red Green Blue C M Y K H S L
Decimal 230 76 170 0 0.67 0.26 0.10 323.38 0.75 0.6
Hex E6 4C AA 0 43 1A A 143 4B 3C
Octal 346 114 252 0 103 32 12 503 113 74
Binary 11100110 1001100 10101010 0 1000011 11010 1010 101000011 1001011 111100

Color Harmonies of #E64CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64CAA

Black with #E64CAA

Text Example


Text Example

White with #E64CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64CAA; }

 p { color: rgb(230,76,170); }

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

background-color css

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

 a { background-color: rgb(230,76,170); }

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

border-color css

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

 span { border-color: rgb(230,76,170); }

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