Html Css Color HEX #ED7FCB Tea Rose

📋 copy color: '#ED7FCB'

red 237 ◦ green 127 ◦ blue 203

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

Shades of Tea Rose #ED7FCB

Tints of Tea Rose #ED7FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 22.4%

 BLUE value IS 203 (79.69% from 255) = 35.8%

R = 41.8%
G = 22.4%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED7FCB (or 0xED7FCB) is known color: Tea Rose. HEX triplet: ED, 7F and CB. RGB value is (237,127,203). Sum of RGB (Red+Green+Blue) = 237+127+203=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FCB is #128034. Grayscale: #A8A8A8. Windows color (decimal): -1212469 or 13336557. OLE color: 13336557.

HSL color Cylindrical-coordinate representation of color #ED7FCB: hue angle of 318.55º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7FCB is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 127 203 -
CMYK 0 0.46 0.14 0.07
HSL 318.55º 0.75% 0.71% -
HSV(B) 318.55º 0.46% 0.93% -
XYZ 53.29 37.5 60.93 -
YUV 168.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 237 127 203 0 0.46 0.14 0.07 318.55 0.75 0.71
Hex ED 7F CB 0 2E E 7 13F 4B 47
Octal 355 177 313 0 56 16 7 477 113 107
Binary 11101101 1111111 11001011 0 101110 1110 111 100111111 1001011 1000111

Color Harmonies of #ED7FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FCB

Black with #ED7FCB

Text Example


Text Example

White with #ED7FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FCB; }

 p { color: rgb(237,127,203); }

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

background-color css

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

 a { background-color: rgb(237,127,203); }

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

border-color css

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

 span { border-color: rgb(237,127,203); }

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