Html Css Color HEX #ED629F Brilliant Rose

📋 copy color: '#ED629F'

red 237 ◦ green 98 ◦ blue 159

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

Shades of Brilliant Rose #ED629F

Tints of Brilliant Rose #ED629F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.84%

 BLUE value IS 159 (62.5% from 255) = 32.19%

R = 47.98%
G = 19.84%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED629F (or 0xED629F) is known color: Brilliant Rose. HEX triplet: ED, 62 and 9F. RGB value is (237,98,159). Sum of RGB (Red+Green+Blue) = 237+98+159=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED629F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED629F is #129D60. Grayscale: #929292. Windows color (decimal): -1219937 or 10445549. OLE color: 10445549.

HSL color Cylindrical-coordinate representation of color #ED629F: hue angle of 333.67º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED629F is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 98 159 -
CMYK 0 0.59 0.33 0.07
HSL 333.67º 0.79% 0.66% -
HSV(B) 333.67º 0.59% 0.93% -
XYZ 45.55 29.24 36.04 -
YUV 146.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 237 98 159 0 0.59 0.33 0.07 333.67 0.79 0.66
Hex ED 62 9F 0 3B 21 7 14E 4F 42
Octal 355 142 237 0 73 41 7 516 117 102
Binary 11101101 1100010 10011111 0 111011 100001 111 101001110 1001111 1000010

Color Harmonies of #ED629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED629F

Black with #ED629F

Text Example


Text Example

White with #ED629F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED629F; }

 p { color: rgb(237,98,159); }

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

background-color css

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

 a { background-color: rgb(237,98,159); }

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

border-color css

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

 span { border-color: rgb(237,98,159); }

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