Html Css Color HEX #ED43A8 Brilliant Rose

📋 copy color: '#ED43A8'

red 237 ◦ green 67 ◦ blue 168

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

Shades of Brilliant Rose #ED43A8

Tints of Brilliant Rose #ED43A8

RGB

 RED value IS 237 (92.97% from 255) = 50.21%

 GREEN value IS 67 (26.56% from 255) = 14.19%

 BLUE value IS 168 (66.02% from 255) = 35.59%

R = 50.21%
G = 14.19%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ED43A8 (or 0xED43A8) is known color: Brilliant Rose. HEX triplet: ED, 43 and A8. RGB value is (237,67,168). Sum of RGB (Red+Green+Blue) = 237+67+168=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED43A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED43A8 is #12BC57. Grayscale: #818181. Windows color (decimal): -1227864 or 11027437. OLE color: 11027437.

HSL color Cylindrical-coordinate representation of color #ED43A8: hue angle of 324.35º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED43A8 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 67 168 -
CMYK 0 0.72 0.29 0.07
HSL 324.35º 0.83% 0.6% -
HSV(B) 324.35º 0.72% 0.93% -
XYZ 44 24.85 39.52 -
YUV 129.34 149.82 204.79 -
System Red Green Blue C M Y K H S L
Decimal 237 67 168 0 0.72 0.29 0.07 324.35 0.83 0.6
Hex ED 43 A8 0 48 1D 7 144 53 3C
Octal 355 103 250 0 110 35 7 504 123 74
Binary 11101101 1000011 10101000 0 1001000 11101 111 101000100 1010011 111100

Color Harmonies of #ED43A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED43A8

Black with #ED43A8

Text Example


Text Example

White with #ED43A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED43A8; }

 p { color: rgb(237,67,168); }

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

background-color css

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

 a { background-color: rgb(237,67,168); }

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

border-color css

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

 span { border-color: rgb(237,67,168); }

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