Html Css Color HEX #EC469E Brilliant Rose

📋 copy color: '#EC469E'

red 236 ◦ green 70 ◦ blue 158

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

Shades of Brilliant Rose #EC469E

Tints of Brilliant Rose #EC469E

RGB

 RED value IS 236 (92.58% from 255) = 50.86%

 GREEN value IS 70 (27.73% from 255) = 15.09%

 BLUE value IS 158 (62.11% from 255) = 34.05%

R = 50.86%
G = 15.09%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC469E (or 0xEC469E) is known color: Brilliant Rose. HEX triplet: EC, 46 and 9E. RGB value is (236,70,158). Sum of RGB (Red+Green+Blue) = 236+70+158=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC469E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC469E is #13B961. Grayscale: #818181. Windows color (decimal): -1292642 or 10372844. OLE color: 10372844.

HSL color Cylindrical-coordinate representation of color #EC469E: hue angle of 328.19º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC469E is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 70 158 -
CMYK 0 0.70 0.33 0.07
HSL 328.19º 0.81% 0.6% -
HSV(B) 328.19º 0.7% 0.93% -
XYZ 42.95 24.68 34.85 -
YUV 129.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 236 70 158 0 0.70 0.33 0.07 328.19 0.81 0.6
Hex EC 46 9E 0 46 21 7 148 51 3C
Octal 354 106 236 0 106 41 7 510 121 74
Binary 11101100 1000110 10011110 0 1000110 100001 111 101001000 1010001 111100

Color Harmonies of #EC469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC469E

Black with #EC469E

Text Example


Text Example

White with #EC469E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC469E; }

 p { color: rgb(236,70,158); }

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

background-color css

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

 a { background-color: rgb(236,70,158); }

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

border-color css

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

 span { border-color: rgb(236,70,158); }

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