Html Css Color HEX #EF469F Brilliant Rose

📋 copy color: '#EF469F'

red 239 ◦ green 70 ◦ blue 159

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

Shades of Brilliant Rose #EF469F

Tints of Brilliant Rose #EF469F

RGB

 RED value IS 239 (93.75% from 255) = 51.07%

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

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

R = 51.07%
G = 14.96%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF469F (or 0xEF469F) is known color: Brilliant Rose. HEX triplet: EF, 46 and 9F. RGB value is (239,70,159). Sum of RGB (Red+Green+Blue) = 239+70+159=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF469F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF469F is #10B960. Grayscale: #828282. Windows color (decimal): -1096033 or 10438383. OLE color: 10438383.

HSL color Cylindrical-coordinate representation of color #EF469F: hue angle of 328.4º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF469F is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 70 159 -
CMYK 0 0.71 0.33 0.06
HSL 328.4º 0.84% 0.61% -
HSV(B) 328.4º 0.71% 0.94% -
XYZ 44.04 25.23 35.35 -
YUV 130.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 239 70 159 0 0.71 0.33 0.06 328.4 0.84 0.61
Hex EF 46 9F 0 47 21 6 148 54 3D
Octal 357 106 237 0 107 41 6 510 124 75
Binary 11101111 1000110 10011111 0 1000111 100001 110 101001000 1010100 111101

Color Harmonies of #EF469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF469F

Black with #EF469F

Text Example


Text Example

White with #EF469F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF469F; }

 p { color: rgb(239,70,159); }

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

background-color css

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

 a { background-color: rgb(239,70,159); }

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

border-color css

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

 span { border-color: rgb(239,70,159); }

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