Html Css Color HEX #ED4FAF Brilliant Rose

📋 copy color: '#ED4FAF'

red 237 ◦ green 79 ◦ blue 175

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

Shades of Brilliant Rose #ED4FAF

Tints of Brilliant Rose #ED4FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.64%

R = 48.27%
G = 16.09%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED4FAF (or 0xED4FAF) is known color: Brilliant Rose. HEX triplet: ED, 4F and AF. RGB value is (237,79,175). Sum of RGB (Red+Green+Blue) = 237+79+175=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4FAF is #12B050. Grayscale: #888888. Windows color (decimal): -1224785 or 11489261. OLE color: 11489261.

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

Color convert

RGB 237 79 175 -
CMYK 0 0.67 0.26 0.07
HSL 323.54º 0.81% 0.62% -
HSV(B) 323.54º 0.67% 0.93% -
XYZ 45.46 26.69 43.31 -
YUV 137.19 149.35 199.19 -
System Red Green Blue C M Y K H S L
Decimal 237 79 175 0 0.67 0.26 0.07 323.54 0.81 0.62
Hex ED 4F AF 0 43 1A 7 144 51 3E
Octal 355 117 257 0 103 32 7 504 121 76
Binary 11101101 1001111 10101111 0 1000011 11010 111 101000100 1010001 111110

Color Harmonies of #ED4FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4FAF

Black with #ED4FAF

Text Example


Text Example

White with #ED4FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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