Html Css Color HEX #E245A7 Brilliant Rose

📋 copy color: '#E245A7'

red 226 ◦ green 69 ◦ blue 167

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

Shades of Brilliant Rose #E245A7

Tints of Brilliant Rose #E245A7

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.94%

 BLUE value IS 167 (65.63% from 255) = 36.15%

R = 48.92%
G = 14.94%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E245A7 (or 0xE245A7) is known color: Brilliant Rose. HEX triplet: E2, 45 and A7. RGB value is (226,69,167). Sum of RGB (Red+Green+Blue) = 226+69+167=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E245A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E245A7 is #1DBA58. Grayscale: #7E7E7E. Windows color (decimal): -1948249 or 10962402. OLE color: 10962402.

HSL color Cylindrical-coordinate representation of color #E245A7: hue angle of 322.55º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E245A7 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 69 167 -
CMYK 0 0.69 0.26 0.11
HSL 322.55º 0.73% 0.58% -
HSV(B) 322.55º 0.69% 0.89% -
XYZ 40.47 23.22 38.91 -
YUV 127.12 150.51 198.53 -
System Red Green Blue C M Y K H S L
Decimal 226 69 167 0 0.69 0.26 0.11 322.55 0.73 0.58
Hex E2 45 A7 0 45 1A B 143 49 3A
Octal 342 105 247 0 105 32 13 503 111 72
Binary 11100010 1000101 10100111 0 1000101 11010 1011 101000011 1001001 111010

Color Harmonies of #E245A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E245A7

Black with #E245A7

Text Example


Text Example

White with #E245A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E245A7; }

 p { color: rgb(226,69,167); }

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

background-color css

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

 a { background-color: rgb(226,69,167); }

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

border-color css

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

 span { border-color: rgb(226,69,167); }

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