Html Css Color HEX #EF469D Brilliant Rose

📋 copy color: '#EF469D'

red 239 ◦ green 70 ◦ blue 157

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

Shades of Brilliant Rose #EF469D

Tints of Brilliant Rose #EF469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.69%

R = 51.29%
G = 15.02%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF469D (or 0xEF469D) is known color: Brilliant Rose. HEX triplet: EF, 46 and 9D. RGB value is (239,70,157). Sum of RGB (Red+Green+Blue) = 239+70+157=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF469D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF469D is #10B962. Grayscale: #828282. Windows color (decimal): -1096035 or 10307311. OLE color: 10307311.

HSL color Cylindrical-coordinate representation of color #EF469D: hue angle of 329.11º 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 #EF469D is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 70 157 -
CMYK 0 0.71 0.34 0.06
HSL 329.11º 0.84% 0.61% -
HSV(B) 329.11º 0.71% 0.94% -
XYZ 43.87 25.17 34.44 -
YUV 130.45 142.99 205.43 -
System Red Green Blue C M Y K H S L
Decimal 239 70 157 0 0.71 0.34 0.06 329.11 0.84 0.61
Hex EF 46 9D 0 47 22 6 149 54 3D
Octal 357 106 235 0 107 42 6 511 124 75
Binary 11101111 1000110 10011101 0 1000111 100010 110 101001001 1010100 111101

Color Harmonies of #EF469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF469D

Black with #EF469D

Text Example


Text Example

White with #EF469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF469D; }

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

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

background-color css

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

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

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

border-color css

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

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

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