Html Css Color HEX #ED4FAB Brilliant Rose

📋 copy color: '#ED4FAB'

red 237 ◦ green 79 ◦ blue 171

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

Shades of Brilliant Rose #ED4FAB

Tints of Brilliant Rose #ED4FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.22%

 BLUE value IS 171 (67.19% from 255) = 35.11%

R = 48.67%
G = 16.22%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED4FAB (or 0xED4FAB) is known color: Brilliant Rose. HEX triplet: ED, 4F and AB. RGB value is (237,79,171). Sum of RGB (Red+Green+Blue) = 237+79+171=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4FAB is #12B054. Grayscale: #888888. Windows color (decimal): -1224789 or 11227117. OLE color: 11227117.

HSL color Cylindrical-coordinate representation of color #ED4FAB: hue angle of 325.06º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4FAB is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 79 171 -
CMYK 0 0.67 0.28 0.07
HSL 325.06º 0.81% 0.62% -
HSV(B) 325.06º 0.67% 0.93% -
XYZ 45.07 26.54 41.27 -
YUV 136.73 147.35 199.52 -
System Red Green Blue C M Y K H S L
Decimal 237 79 171 0 0.67 0.28 0.07 325.06 0.81 0.62
Hex ED 4F AB 0 43 1C 7 145 51 3E
Octal 355 117 253 0 103 34 7 505 121 76
Binary 11101101 1001111 10101011 0 1000011 11100 111 101000101 1010001 111110

Color Harmonies of #ED4FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4FAB

Black with #ED4FAB

Text Example


Text Example

White with #ED4FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4FAB; }

 p { color: rgb(237,79,171); }

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

background-color css

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

 a { background-color: rgb(237,79,171); }

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

border-color css

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

 span { border-color: rgb(237,79,171); }

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